voterunner

quick and dirty votes and discussions
git clone https://git.ce9e.org/voterunner.git

commit
a603875a207356176bdaa193058246684ae25e29
parent
5e1cde6657a1bc3124450ebeadaf546b26b13cc5
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-11-18 11:49
avoid overflow on border-radius

Diffstat

M static/scss/tree.scss 1 +

1 files changed, 1 insertions, 0 deletions


diff --git a/static/scss/tree.scss b/static/scss/tree.scss

@@ -47,6 +47,7 @@
   47    47 .node__body {
   48    48 	background: $color-bg;
   49    49 	break-inside: avoid;
   -1    50 	overflow: hidden;  // border-radius
   50    51 }
   51    52 
   52    53 .node__header {