Skip to content

Commit 22b410a

Browse files
committed
fixed the overlap of text and icon
by increasing the padding from the right side to 36px
1 parent 5e986e4 commit 22b410a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/st2-auto-form/style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@
115115
-moz-box-sizing: border-box;
116116
box-sizing: border-box;
117117
width: 100%;
118-
padding: 0 12px;
119118

120119
color: black;
121120
border: none;
@@ -189,7 +188,7 @@
189188
overflow-x: hidden;
190189
overflow-y: scroll;
191190

192-
padding: 9px 12px;
191+
padding: 9px 36px 9px 9px;
193192

194193
resize: none;
195194
cursor: text;

0 commit comments

Comments
 (0)