Skip to content

Commit 62dcda8

Browse files
authored
feat(header): icon content was not aligned
The specificity has changed for icons by #1593 . This had an impact when using an aligned icon header to not correctly be aligned anymore because of the wrong display setting. This PR adjusts the specificity again
1 parent 3bc5b77 commit 62dcda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/definitions/elements/header.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
}
112112

113113
/* After Icon */
114-
.ui.header > i.icon + .content {
114+
.ui.header:not(.centered):not(.aligned) > i.icon + .content {
115115
padding-left: @iconMargin;
116116
display: table-cell;
117117
vertical-align: @contentIconAlignment;

0 commit comments

Comments
 (0)