Skip to content

Commit b230462

Browse files
committed
fix icon alignment, especially for when dispalying a sub-icon next to the primary
1 parent 83caa04 commit b230462

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Frontend/src/assets/main.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
--sp-blue: #00a3c4;
2323
--info-icon: #0d6efd;
2424
--reduced-emphasis: #929e9e;
25+
/* FA7 introduced fixed width icons, whereas our design was based on auto width. Forcing it back to fix alignment issues*/
26+
--fa-width: auto;
2527
}
2628

2729
body {

0 commit comments

Comments
 (0)