@miljodirektoratet/md-css 1.0.35 → 1.0.37

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@miljodirektoratet/md-css",
3
- "version": "1.0.35",
3
+ "version": "1.0.37",
4
4
  "description": "CSS for Miljødirektoratet",
5
5
  "author": "Miljødirektoratet",
6
6
  "main": "./src/index.css",
@@ -20,7 +20,7 @@
20
20
  display: flex;
21
21
  align-items: flex-end;
22
22
  font-weight: 600;
23
- padding-bottom: 0.25em;
23
+ padding-bottom: 0.5em;
24
24
  }
25
25
 
26
26
  .md-autocomplete__label > * + * {
@@ -125,6 +125,7 @@
125
125
 
126
126
  .md-autocomplete__help-text--open {
127
127
  padding-top: 0.5em;
128
+ padding-bottom: 0.5em;
128
129
  max-height: 2000px;
129
130
  transition: max-height 0.5s ease-in;
130
131
  }
@@ -15,7 +15,7 @@
15
15
  display: flex;
16
16
  align-items: flex-end;
17
17
  font-weight: 600;
18
- padding-bottom: 0.25em;
18
+ padding-bottom: 0.5em;
19
19
  }
20
20
 
21
21
  .md-multiselect__label > * + * {
@@ -99,6 +99,7 @@
99
99
 
100
100
  .md-multiselect__help-text--open {
101
101
  padding-top: 0.5em;
102
+ padding-bottom: 0.5em;
102
103
  max-height: 2000px;
103
104
  transition: max-height 0.5s ease-in;
104
105
  }
@@ -19,7 +19,7 @@
19
19
  display: flex;
20
20
  align-items: flex-end;
21
21
  font-weight: 600;
22
- padding-bottom: 0.25em;
22
+ padding-bottom: 0.5em;
23
23
  }
24
24
 
25
25
  .md-select__label > * + * {
@@ -103,6 +103,7 @@
103
103
 
104
104
  .md-select__help-text--open {
105
105
  padding-top: 0.5em;
106
+ padding-bottom: 0.5em;
106
107
  max-height: 2000px;
107
108
  transition: max-height 0.5s ease-in;
108
109
  }