Skip to content

Commit 05b761e

Browse files
authored
fix: field control label-text required stern in zeile (#9915)
2 parents 5de3179 + 8a40e36 commit 05b761e

File tree

111 files changed

+17
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+17
-9
lines changed

packages/components/src/components/@shared/_field-control.mixin.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@
5151

5252
visibility: hidden;
5353
}
54+
55+
&-text {
56+
flex-flow: row;
57+
align-items: flex-start;
58+
justify-content: flex-start;
59+
}
5460
}
5561

5662
&__hint {

packages/icons/styles/_{{filename}}.css.template

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@
88
url('{{cssPath}}{{fontname}}.svg?t={{timestamp}}#{{fontname}}') format('svg'); /* iOS 4.1- */
99
}
1010

11-
[class^="{{prefix}}-"], [class*=" {{prefix}}-"] {
12-
font-family: '{{fontname}}';
13-
font-style: normal;
14-
font-weight: 400;
15-
line-height: 1em;
16-
-webkit-font-smoothing: antialiased;
17-
-moz-osx-font-smoothing: grayscale;
18-
}
11+
@layer kol-component {
12+
[class^="{{prefix}}-"], [class*=" {{prefix}}-"] {
13+
font-family: '{{fontname}}';
14+
font-style: normal;
15+
font-weight: 400;
16+
line-height: 1em;
17+
-webkit-font-smoothing: antialiased;
18+
-moz-osx-font-smoothing: grayscale;
19+
}
1920

20-
{{cssString}}
21+
{{cssString}}
22+
}
723 Bytes
1.26 KB
311 Bytes
315 Bytes
810 Bytes
-3 Bytes
201 Bytes
-286 Bytes

0 commit comments

Comments
 (0)