Skip to content

Commit 023945a

Browse files
authored
fix(ui5-busyindicator): fix typo in styles (#3178)
Change "em" to "rem"
1 parent 5d9cdb9 commit 023945a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/themes/BusyIndicator.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919

2020
:host([size="Small"]) .ui5-busyindicator-root {
21-
min-width: 1.5em;
21+
min-width: 1.5rem;
2222
min-height: .5rem;
2323
}
2424

0 commit comments

Comments
 (0)