@zero-library/common 2.3.3 → 2.3.4

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/index.css CHANGED
@@ -2301,6 +2301,8 @@
2301
2301
  /* src/components/MarkDrawing/styles.module.less */
2302
2302
  .styles_module_container {
2303
2303
  position: relative;
2304
+ width: fit-content;
2305
+ height: fit-content;
2304
2306
  }
2305
2307
  .styles_module_container .styles_module_rect {
2306
2308
  position: absolute;
@@ -2314,4 +2316,7 @@
2314
2316
  font-size: 12px;
2315
2317
  font-weight: 600;
2316
2318
  }
2319
+ .styles_module_container .styles_module_score:empty {
2320
+ display: none;
2321
+ }
2317
2322
  /*# sourceMappingURL=index.css.map */