Skip to content

Commit 2cd97ec

Browse files
authored
fix(ui5-wizard): Circle's number horizontally aligned with the step's title (#3370)
Fixes: #3251 Closes: #3251
1 parent b12a30b commit 2cd97ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fiori/src/themes/WizardTab.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
width: 2rem;
7676
height: 2rem;
7777
margin: 0 0.1875rem;
78-
line-height: 1.625rem;
78+
line-height: 1.875rem;
7979
border-radius: 50%;
8080
background: var(--sapObjectHeader_Background);
8181
border: var(--_ui5_wiz_tab_border);

0 commit comments

Comments
 (0)