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:
parent
ec6c921996
commit
be2c364538
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue