Skip to content

Commit

Permalink
common.less: Add margin-left to .affected-objects badge
Browse files Browse the repository at this point in the history
The margin applied by `.title` only for `<html> text <html>`... structure, here we have <html> followed by <html>, so the margin must be applied explicitely.

Applied the double, so it always looks same in all view modes
  • Loading branch information
sukhwinder33445 committed Jan 17, 2025
1 parent b52c219 commit af7a979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/css/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -410,5 +410,6 @@ form[name="form_confirm_removal"] {
background-color: @state-critical;
color: @text-color-inverted;
padding: 0 0.25em;
margin-left: .28125em + .28125em; // 0 calculated &nbsp; width;
.rounded-corners();
}

0 comments on commit af7a979

Please sign in to comment.