Skip to content
Snippets Groups Projects
Unverified Commit d91377b3 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3210130 by Sakthivel M, Madhvi Bhatnagar, tushar_sachdeva: Olivero's...

Issue #3210130 by Sakthivel M, Madhvi Bhatnagar, tushar_sachdeva: Olivero's comment form should span full width at mobile
parent 569ac38b
No related branches found
No related tags found
No related merge requests found
......@@ -102,24 +102,13 @@
}
[dir="ltr"] .add-comment__form {
padding-left: 3.375rem
padding-left: 0
}
[dir="rtl"] .add-comment__form {
padding-right: 3.375rem
padding-right: 0
}
@media (min-width: 43.75rem) {
[dir="ltr"] .add-comment__form {
padding-left: 0
}
[dir="rtl"] .add-comment__form {
padding-right: 0
}
}
[dir="ltr"] .comment {
padding-left: 3.375rem
}
......
......@@ -59,11 +59,7 @@
}
.add-comment__form {
padding-inline-start: var(--sp3);
@media (--grid-md) {
padding-inline-start: 0;
}
padding-inline-start: 0;
}
.comment {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment