chore/fix: missing semicolon

This commit is contained in:
bd_ 2024-08-13 19:27:45 -07:00
parent 622d846b9f
commit 3644ffdb12

View File

@ -146,7 +146,7 @@ DefaultValueField DropdownField {
Label#f-default-param {
position: absolute;
width: 100%;
height: 100%
height: 100%;
margin: 0 0 0 0;
overflow: hidden;
color: rgba(255, 255, 255, 0.4) !important;