mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix up editor
This commit is contained in:
parent
c4eff3c7e1
commit
4187fd293b
|
@ -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;
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue