@norges-domstoler/dds-components 0.0.0-dev-20260622093525 → 0.0.0-dev-20260622093723

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
@@ -2055,6 +2055,8 @@
2055
2055
  padding-inline: var(--dds-spacing-x0-25);
2056
2056
  }
2057
2057
  &.Button_clear {
2058
+ min-height: -moz-fit-content;
2059
+ min-height: fit-content;
2058
2060
  padding: var(--dds-spacing-x0-125);
2059
2061
  }
2060
2062
  }
@@ -2078,6 +2080,7 @@
2078
2080
  padding-inline: var(--dds-spacing-x0-5);
2079
2081
  }
2080
2082
  &.Button_clear {
2083
+ min-height: var(--dds-size-height-input-xsmall);
2081
2084
  padding: var(--dds-spacing-x0-25);
2082
2085
  }
2083
2086
  }
@@ -2101,6 +2104,7 @@
2101
2104
  padding-inline: var(--dds-spacing-x0-75);
2102
2105
  }
2103
2106
  &.Button_clear {
2107
+ min-height: var(--dds-size-height-input-small);
2104
2108
  padding: var(--dds-spacing-x0-5);
2105
2109
  }
2106
2110
  }
@@ -2124,6 +2128,7 @@
2124
2128
  padding-inline: var(--dds-spacing-x1);
2125
2129
  }
2126
2130
  &.Button_clear {
2131
+ min-height: var(--dds-size-height-input-medium);
2127
2132
  padding: var(--dds-spacing-x0-75);
2128
2133
  }
2129
2134
  }