##// END OF EJS Templates
less: fix changelog commit message flowing into the labels that are floating to the right of it...
Mads Kiilerich -
r7108:ba8781f3 default
parent child Browse files
Show More
@@ -814,10 +814,13 b' div.comment-prev-next-links div.next-com'
814 }
814 }
815 .mid > .log-container {
815 .mid > .log-container {
816 position: relative;
816 position: relative;
817 overflow: hidden;
817 > .extra-container {
818 > .extra-container {
818 position: absolute;
819 position: absolute;
819 top: 0;
820 top: 0;
820 right: 0;
821 right: 0;
822 background: white;
823 box-shadow: -10px 0px 10px 0px white;
821 }
824 }
822 }
825 }
823 }
826 }
General Comments 0
You need to be logged in to leave comments. Login now