Skip to content
Snippets Groups Projects
Commit 59a17dc5 authored by Angelina Filippova's avatar Angelina Filippova
Browse files

Fix style for rate-limit

parent 5c914b7f
No related branches found
No related tags found
No related merge requests found
Pipeline #22961 passed
...@@ -227,7 +227,7 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -418,7 +418,7 @@
float: left; float: left;
} }
.scale-input { .scale-input {
width: 40%; width: 45%;
} }
.setting-label { .setting-label {
display: flex; display: flex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment