Skip to content

Commit e5a6bb2

Browse files
authored
CLDR-18355 site: css: add margin to sidebar to prevent collisions (#4423)
1 parent 2d1d55a commit e5a6bb2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/site/assets/css/page.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,10 @@ body.page .subpages a.hasChildren:after {
795795
color: black;
796796
top: 0.5em;
797797
left: 0.5em;
798-
margin: 0em;
798+
margin-top: 0em;
799+
margin-right: 0em;
800+
margin-left: 0.5em;
801+
margin-bottom: 0.5em;
799802
padding: 0.3em;
800803
max-width: 30%;
801804
border: 1pt solid #99f;

0 commit comments

Comments
 (0)