Fixes error messages and overflow on comments
This commit is contained in:
@@ -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} {
|
||||
|
||||
@@ -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} {
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
<div><%= t("errors.messages.blank").capitalize %></div>
|
||||
|
||||
<div class="alert-box alert radius">
|
||||
<%= t("errors.messages.blank").capitalize %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user