@norges-domstoler/dds-components 17.2.0 → 17.2.1

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
@@ -841,10 +841,11 @@
841
841
  }
842
842
 
843
843
  /* src/components/BackLink/BackLink.module.css */
844
- .BackLink_link {
845
- align-items: center;
846
- display: flex;
847
- gap: var(--dds-spacing-x0-25);
844
+ .BackLink_icon {
845
+ display: inline;
846
+ margin: 0.1em 0.25em -0.1em 0.1em;
847
+ transform: translateY(0.05em);
848
+ vertical-align: baseline;
848
849
  }
849
850
 
850
851
  /* src/components/Breadcrumbs/Breadcrumbs.module.css */