Skip to content

Commit 2584341

Browse files
MapTo0fifoosid
andauthored
fix(ui5-wizard): correct navigator icons vertical alignment (#3566)
Co-authored-by: Filip Siderov <[email protected]>
1 parent 1abd40d commit 2584341

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/fiori/src/themes/WizardTab.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,11 @@
6868

6969
/* Icon */
7070
.ui5-wiz-step-icon-circle {
71-
display: inline-block;
71+
display: inline-flex;
7272
box-sizing: border-box;
7373
vertical-align: middle;
74+
justify-content: center;
75+
align-items: center;
7476
text-align: center;
7577
width: 2rem;
7678
height: 2rem;
@@ -87,7 +89,6 @@
8789
height: 1rem;
8890
color: var(--_ui5_wiz_tab_icon_color);
8991
pointer-events: none;
90-
vertical-align: middle;
9192
}
9293

9394
/* Texts when no icon set */

0 commit comments

Comments
 (0)