Skip to content

Commit 802170d

Browse files
committed
Fix padding
1 parent bb6386a commit 802170d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

plugins/csv-import/src/App.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,12 @@ body {
164164
box-shadow: inset 0 0 0 1px currentColor;
165165
}
166166

167+
select.collection-select {
168+
padding-bottom: 0;
169+
}
170+
167171
input.collection-select {
168-
padding: 0px 16px 1px 33px;
172+
padding-left: 33px;
169173
}
170174

171175
.error-message {

0 commit comments

Comments
 (0)