Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit c580b35

Browse files
Fix alignment of divs inside social dropdown
1 parent 12cafc6 commit c580b35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runestone/common/css/runestone-custom-sphinx-bootstrap.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,8 @@ div.container {
341341
margin-bottom: -6px;
342342
}
343343

344-
.dropdown-menu > li > span {
344+
.dropdown-menu > li > span,
345+
.dropdown-menu > li > div {
345346
display: block;
346347
padding: 3px 20px;
347348
clear: both;

0 commit comments

Comments
 (0)