Skip to content

Commit c3dd3f4

Browse files
authored
fix(ui5-busyindicator): improve stylings (#1350)
1 parent 04b85b7 commit c3dd3f4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/main/src/themes/BusyIndicator.css

-5
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,12 @@
4949
align-items: center;
5050
position: relative;
5151
background-color: inherit;
52-
min-width: 8rem;
53-
min-height: 3rem;
5452
}
5553

5654
.ui5-busyindicator-circle {
5755
display: inline-block;
5856
background-color: currentColor;
5957
border-radius: 50%;
60-
width: 1rem;
61-
height: 1rem;
62-
margin: 0 .75rem;
6358
}
6459

6560
.ui5-busyindicator-circle::before {

0 commit comments

Comments
 (0)