Skip to content

Commit 792d484

Browse files
common.less: Add margin-left to .affected-objects badge
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
1 parent b52c219 commit 792d484

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: public/css/common.less

+5
Original file line numberDiff line numberDiff line change
@@ -410,5 +410,10 @@ form[name="form_confirm_removal"] {
410410
background-color: @state-critical;
411411
color: @text-color-inverted;
412412
padding: 0 0.25em;
413+
margin-left: .28125em; // 0 calculated &nbsp; width;
413414
.rounded-corners();
414415
}
416+
417+
.item-list.default-layout .affected-objects {
418+
margin-left: 0;
419+
}

0 commit comments

Comments
 (0)