mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
let labels expand if really necessary, and pin min-width
(should we add max width also ?)
This commit is contained in:
parent
fc1436a96d
commit
6e1a2c436b
@ -178,7 +178,7 @@
|
|||||||
}
|
}
|
||||||
.form-row label {
|
.form-row label {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100px;
|
min-width: 100px;
|
||||||
}
|
}
|
||||||
.form-row input, .form-row div[contenteditable="true"] {
|
.form-row input, .form-row div[contenteditable="true"] {
|
||||||
width:70%;
|
width:70%;
|
||||||
@ -323,6 +323,7 @@
|
|||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
|
min-width: 30px;
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
Loading…
Reference in New Issue
Block a user