mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
improve tip layout when nested in a form row
This commit is contained in:
parent
bdff1e4883
commit
24b1c42820
@ -229,6 +229,12 @@ button.red-ui-tray-resize-button {
|
|||||||
border: 1px solid var(--red-ui-secondary-border-color);
|
border: 1px solid var(--red-ui-secondary-border-color);
|
||||||
max-width: 450px;
|
max-width: 450px;
|
||||||
}
|
}
|
||||||
|
.form-row > div.form-tips {
|
||||||
|
width: 70%;
|
||||||
|
display: inline-block;
|
||||||
|
box-sizing: border-box;
|
||||||
|
max-width: 350px; // 100 less for label width
|
||||||
|
}
|
||||||
.form-tips code {
|
.form-tips code {
|
||||||
border: none;
|
border: none;
|
||||||
padding: auto;
|
padding: auto;
|
||||||
|
Loading…
Reference in New Issue
Block a user