Skip to content

Commit 5788fe5

Browse files
committed
fix(FieldNote): adjust layout for icon and text lockup
1 parent 402e433 commit 5788fe5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/FieldNote/FieldNote-v2.module.css

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
* Fieldnote
1212
*/
1313
.field-note {
14+
display: flex;
15+
align-items: center;
16+
1417
font: var(--eds-theme-typography-body-sm);
1518

1619
color: var(--eds-theme-color-text-utility-default-secondary);

0 commit comments

Comments
 (0)