Skip to content
Snippets Groups Projects

fepper-3490177: On Mobile view, Add new comment - subject input box needs to be styled and in full width.

Open Alok Singh requested to merge issue/fepper-3490177:fepper-3490177 into 10.0.x
2 files
+ 57
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 8
0
@@ -1203,3 +1203,11 @@ section[rel="schema:comment"] .indented {
display: none;
}
}
.comment-form .field--name-subject input {
border-color: #ccced1;
}
@media (max-width: 767px) {
.comment-form .field--name-subject input {
width: 100%;
}
}
Loading