@navikt/ds-css 5.17.0 → 5.17.2

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.
@@ -2735,6 +2735,10 @@
2735
2735
  height: 1.5rem;
2736
2736
  transform: translate(var(--a-spacing-1-alt));
2737
2737
  pointer-events: none;
2738
+
2739
+ /* Fixed edcase where when using in shadow-dom, svg will not center */
2740
+ display: flex;
2741
+ align-items: center;
2738
2742
  }
2739
2743
 
2740
2744
  .navds-checkbox--small .navds-checkbox__input:checked + .navds-checkbox__label > .navds-checkbox__icon {