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 20, 2025
1 parent b52c219 commit 792d484
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/css/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -410,5 +410,10 @@ form[name="form_confirm_removal"] {
background-color: @state-critical;
color: @text-color-inverted;
padding: 0 0.25em;
margin-left: .28125em; // 0 calculated &nbsp; width;
.rounded-corners();
}

.item-list.default-layout .affected-objects {
margin-left: 0;
}

0 comments on commit 792d484

Please sign in to comment.