1
0
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:
Steve-Mcl 2022-11-01 13:44:23 +00:00
parent bdff1e4883
commit 24b1c42820

View File

@ -229,6 +229,12 @@ button.red-ui-tray-resize-button {
border: 1px solid var(--red-ui-secondary-border-color);
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 {
border: none;
padding: auto;