commit 48ce9faac6799c2af05535ea3752e8841cc89544
parent 67bfe3af4a7128aa8f12082bbf9f714053ec2893
Author: Georges Dupéron <jahvascriptmaniac+github@gmail.com>
Date: Thu, 17 May 2018 21:55:58 +0200
Fixes #120: margin notes can collide with each other (#174)
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/scribble-lib/scriblib/footnote.css b/scribble-lib/scriblib/footnote.css
@@ -3,7 +3,8 @@
position: relative;
float: right;
left: 2em;
- height: 0em;
+ height: auto;
+ clear: right;
width: 13em;
margin: 0em -13em 0em 0em;
}