Skip to content

Commit f3df101

Browse files
authored
fix: keep required indicator attached to label (#9932)
1 parent 707e6a6 commit f3df101

File tree

4 files changed

+1
-0
lines changed

4 files changed

+1
-0
lines changed
109 Bytes
Loading

packages/field-base/src/styles/field-base-styles.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export const field = css`
3838
color: var(--vaadin-input-field-label-color, var(--vaadin-color));
3939
order: var(--vaadin-input-field-helper-order);
4040
word-break: break-word;
41+
position: relative;
4142
}
4243
4344
::slotted(label) {
152 Bytes
Loading
284 Bytes
Loading

0 commit comments

Comments
 (0)