Skip to content

Commit 93e5069

Browse files
authored
fix: prevent progress bar flicker on app init (WPB-7378) (#17406)
1 parent 1a4edcb commit 93e5069

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/style/components/loading-bar.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
var(--background-fade-8) 14px
4848
);
4949
background-size: @rotatedSize 4px;
50+
margin-inline: auto;
5051

5152
> div {
5253
width: 0;

0 commit comments

Comments
 (0)