fix up editor

This commit is contained in:
Mutasem 2021-08-02 23:00:26 +02:00
parent c4eff3c7e1
commit 4187fd293b
3 changed files with 4 additions and 2 deletions

View file

@ -605,7 +605,8 @@ export default mixins(
input.el-input__inner { input.el-input__inner {
font-size: 0.9em; font-size: 0.9em;
line-height: 28px; line-height: 28px;
height: 28px; min-height: 28px;
height: 100%;
} }
.el-input-number { .el-input-number {
padding: 0 10px; padding: 0 10px;

View file

@ -123,7 +123,7 @@ export default Vue.extend({
font-weight: 600; font-weight: 600;
font-size: 0.8em; font-size: 0.8em;
white-space: nowrap; white-space: nowrap;
overflow-x: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
.headline { .headline {

View file

@ -521,6 +521,7 @@ export default mixins(
} }
.timeout-setting-name { .timeout-setting-name {
line-height: 1.5;
text-align: center; text-align: center;
width: calc(100% - 20px); width: calc(100% - 20px);
} }