Skip to content

Commit 38ed602

Browse files
committed
Small UI fix
1 parent 9ae6858 commit 38ed602

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/_locales/en/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"message": "Settings"
121121
},
122122
"whiteListSettings": {
123-
"message": "WhiteList"
123+
"message": "Whitelist"
124124
},
125125
"limitsSettings": {
126126
"message": "Limits"

src/assets/css/dashboard.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,10 @@ label {
272272
}
273273
.settings-tab label[name='tabName'] {
274274
background: #eee;
275-
padding: 5px 0 5px 35px;
275+
padding: 5px 0 5px 20px;
276276
font-size: 16px;
277277
vertical-align: middle;
278-
width: 250px;
278+
width: 270px;
279279
height: 40px;
280280
display: table-cell;
281281
cursor: pointer;

0 commit comments

Comments
 (0)