@burger-editor/client 4.0.0-alpha.31 → 4.0.0-alpha.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.css CHANGED
@@ -745,6 +745,10 @@
745
745
  align-items: center;
746
746
  }
747
747
 
748
+ :where(span:has(label + * + output) input[type='number']) {
749
+ inline-size: 8em;
750
+ }
751
+
748
752
  :where(fieldset) {
749
753
  padding: 1em;
750
754
  margin-block-start: 1em;