Fix style for rate-limit

This commit is contained in:
Angelina Filippova 2020-02-18 01:40:18 +03:00
parent 5c914b7f36
commit 59a17dc5e9

View file

@ -227,7 +227,7 @@
font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei"; font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei";
font-weight: 700; font-weight: 700;
height: 36px; height: 36px;
width: 240px; width: 100%;
margin-right: 10px; margin-right: 10px;
} }
.relays-container { .relays-container {
@ -390,7 +390,7 @@
justify-content: space-between; justify-content: space-between;
} }
.limit-input { .limit-input {
width: 40%; width: 45%;
} }
.proxy-url-input { .proxy-url-input {
flex-direction: column; flex-direction: column;
@ -418,7 +418,7 @@
float: left; float: left;
} }
.scale-input { .scale-input {
width: 40%; width: 45%;
} }
.setting-label { .setting-label {
display: flex; display: flex;