Skip to content

Commit c44eb9c

Browse files
authored
Accounts settings: Update language picker margins. (#103605)
1 parent b80e92a commit c44eb9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/components/language-picker/modal.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
.language-picker-modal__body {
2828
overflow-y: auto;
2929
// Fix cropped box shadow.
30-
padding-left:1px;
31-
margin-left:-1px;
30+
padding:1px;
31+
margin:-1px;
3232
}
3333
.language-picker-modal__footer {
3434
margin-top: auto;

0 commit comments

Comments
 (0)