Skip to content

Commit 3bc5b9f

Browse files
msbtamotl
authored andcommitted
NG: Add styles for tables
1 parent f638518 commit 3bc5b9f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/crate/theme/rtd/crate/static/css/custom.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,10 @@ body .mm-menu .navbar-nav {
480480
/**
481481
* General
482482
*/
483-
.bs-docs-sidenav .toctree li {
484-
margin-bottom: 3px;
483+
@media all and (max-width: 540px) {
484+
.bs-docs-sidenav .toctree li {
485+
margin-bottom: 3px;
486+
}
485487
}
486488

487489
.wrapper-navleft,

0 commit comments

Comments
 (0)