Browse Source

fix(ui): label for the property value choices

charlie 1 year ago
parent
commit
f33dc0c85b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/frontend/components/property.css

+ 1 - 1
src/main/frontend/components/property.css

@@ -374,7 +374,7 @@ a.control-link {
       }
 
       > .ui__button {
-        @apply !p-0 !w-7 !h-7 overflow-hidden;
+        @apply !p-0 !w-7 !h-7 overflow-hidden flex-shrink-0;
       }
 
       > a.del {