Skip to content

Commit

Permalink
Fix padding in textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperkapusciak committed Dec 17, 2024
1 parent 3a4d1ab commit 0947f14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/vscode-extension/src/webview/views/FeedbackView.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
background-color: var(--swm-input-background);
color: var(--swm-default-text);
height: auto;
padding-top: 8px;
padding-bottom: 8px;
padding: 8px;
margin: 0 4px;
border: 1px;
border-radius: 4px;
Expand Down

0 comments on commit 0947f14

Please sign in to comment.