projects
/
working
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd9d13b
)
don't allow the toc sidebar to grow beyond the bounds of the content column
author
Dan Allen
<dan@opendevise.com>
Wed, 1 Apr 2020 19:35:33 +0000
(13:35 -0600)
committer
Dan Allen
<dan@opendevise.com>
Wed, 1 Apr 2020 19:35:33 +0000
(13:35 -0600)
src/css/main.css
patch
|
blob
|
history
diff --git
a/src/css/main.css
b/src/css/main.css
index
b8ea66c
..
c9b1651
100644
(file)
--- a/
src/css/main.css
+++ b/
src/css/main.css
@@
-20,7
+20,7
@@
}
aside.toc.sidebar {
- flex:
1
0 var(--toc-width);
+ flex:
0
0 var(--toc-width);
}
}