simplistic fix for too narrow TOC when no other tabs available

This simply sets a minimum width and right alings the panel. I'm open
for better suggestions.
This commit is contained in:
Andreas Gohr 2017-02-15 16:25:43 +01:00
commit be2c364538

View file

@ -111,8 +111,10 @@
.tab-pane {
position: absolute;
top: 0;
right: 0;
display: none;
width: 100%;
min-width: 20em;
background-color: @color-content-bg;
border: 1px solid @color-link;
border-top-color: transparent;