ui: adjust MA Parameters field width

This commit is contained in:
bd_ 2024-08-18 19:31:37 -07:00
parent a75a422cf4
commit 436a7dc4dd

View File

@ -142,6 +142,10 @@ DefaultValueField DropdownField {
display: none;
}
DefaultValueField TextInput {
min-width: 30px;
}
/** Ghostly text for the renameTo text box **/
Label#f-default-param {
position: absolute;