Fix input width for mobile and desktop UI
This commit is contained in:
parent
497f36d568
commit
aa5d00c777
1 changed files with 11 additions and 7 deletions
|
@ -28,9 +28,6 @@
|
|||
overflow-wrap: break-word;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.el-form-item {
|
||||
margin-right: 30px;
|
||||
}
|
||||
.el-form-item .rate-limit {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
@ -38,9 +35,6 @@
|
|||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
.el-select {
|
||||
width: 100%;
|
||||
}
|
||||
.esshd-list {
|
||||
margin: 0;
|
||||
}
|
||||
|
@ -100,6 +94,13 @@
|
|||
display: flex;
|
||||
align-items: start;
|
||||
justify-content: space-between;
|
||||
.el-form-item {
|
||||
margin-right: 30px;
|
||||
width: 100%
|
||||
}
|
||||
.el-select {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.keyword-inner-input {
|
||||
margin-bottom: 22px;
|
||||
|
@ -218,8 +219,11 @@
|
|||
}
|
||||
.input-container {
|
||||
width: 100%;
|
||||
.el-form-item {
|
||||
margin-right: 15px;
|
||||
}
|
||||
.settings-delete-button {
|
||||
margin: 4px 7px 0 7px;
|
||||
margin: 4px 7px 0 -5px;
|
||||
}
|
||||
}
|
||||
.setting-label {
|
||||
|
|
Loading…
Reference in a new issue