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 {
|
||||
font-size: 0.9em;
|
||||
line-height: 28px;
|
||||
height: 28px;
|
||||
min-height: 28px;
|
||||
height: 100%;
|
||||
}
|
||||
.el-input-number {
|
||||
padding: 0 10px;
|
||||
|
|
|
@ -123,7 +123,7 @@ export default Vue.extend({
|
|||
font-weight: 600;
|
||||
font-size: 0.8em;
|
||||
white-space: nowrap;
|
||||
overflow-x: hidden;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.headline {
|
||||
|
|
|
@ -521,6 +521,7 @@ export default mixins(
|
|||
}
|
||||
|
||||
.timeout-setting-name {
|
||||
line-height: 1.5;
|
||||
text-align: center;
|
||||
width: calc(100% - 20px);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue