Skip to content

Commit af7a979

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 af7a979

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: public/css/common.less

+1
Original file line numberDiff line numberDiff line change
@@ -410,5 +410,6 @@ form[name="form_confirm_removal"] {
410410
background-color: @state-critical;
411411
color: @text-color-inverted;
412412
padding: 0 0.25em;
413+
margin-left: .28125em + .28125em; // 0 calculated &nbsp; width;
413414
.rounded-corners();
414415
}

0 commit comments

Comments
 (0)