Fixes error messages and overflow on comments

This commit is contained in:
Alberto Garcia Cabeza
2015-09-14 18:50:29 +02:00
parent 35c5247540
commit b218f10102
3 changed files with 5 additions and 2 deletions

View File

@@ -679,6 +679,7 @@
.comment-user {
margin-top: rem-calc(6);
padding: rem-calc(6) 0;
overflow: hidden;
@each $n in ("1", "2", "3","4", "5") {
&.level-#{$n} {

View File

@@ -634,6 +634,7 @@
.comment-user {
margin-top: rem-calc(6);
padding: rem-calc(6) 0;
overflow: hidden;
@each $n in ("1", "2", "3","4", "5") {
&.level-#{$n} {