diff --git a/webviews/activityBarView/index.css b/webviews/activityBarView/index.css index 3fe6623e60..50ae0f199d 100644 --- a/webviews/activityBarView/index.css +++ b/webviews/activityBarView/index.css @@ -70,13 +70,11 @@ textarea { outline: none; margin: 0; resize: none; - padding-bottom: 28px; } .textarea-wrapper .comment-upload-button { - position: absolute; - left: 6px; - bottom: 4px; + align-self: flex-start; + margin: 2px 0 4px 4px; border: none; background: none; padding: 4px; diff --git a/webviews/editorWebview/index.css b/webviews/editorWebview/index.css index 6bf8637159..4898722ae2 100644 --- a/webviews/editorWebview/index.css +++ b/webviews/editorWebview/index.css @@ -1037,7 +1037,6 @@ textarea { margin: 0; resize: none; padding-right: 40px; - padding-bottom: 28px; } .textarea-wrapper .title-action { @@ -1076,9 +1075,8 @@ textarea { } .textarea-wrapper .comment-upload-button { - position: absolute; - left: 6px; - bottom: 4px; + align-self: flex-start; + margin: 2px 0 4px 4px; border: none; background: none; padding: 4px;