Skip to content

Commit

Permalink
fix(header): icon headers should not have a left content padding
Browse files Browse the repository at this point in the history
An icon header has got a left padding which is only supposed to be needed when it's a normal header having an icon next to the header text
  • Loading branch information
lubber-de authored May 16, 2021
1 parent 2138533 commit cf7f222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/definitions/elements/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
}

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

0 comments on commit cf7f222

Please sign in to comment.