Fix list bullets going out of containers in narrow mode

This commit is contained in:
Kovid Goyal 2020-11-24 13:30:30 +05:30
parent 8bc68e8375
commit b9209c4f3f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -11,6 +11,7 @@
padding-bottom: 0;
}
div.related { display: none; }
ul { margin-left: 0.75em; } /* fix bullets being displayed outside container */
}
@media screen and (min-width: 876px) {