Skip to content

Commit

Permalink
feat(header): icon content was not aligned
Browse files Browse the repository at this point in the history
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
  • Loading branch information
lubber-de authored Oct 16, 2020
1 parent 3bc5b77 commit 62dcda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/elements/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
}

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

0 comments on commit 62dcda8

Please sign in to comment.