Skip to content
Snippets Groups Projects

Padding and margin issue in New tag in new comment added

2 files
+ 26
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 11
0
@@ -144,6 +144,17 @@ blockquote {
white-space: normal;
}
/* styling for comments */
.field--type-comment .comment {
margin-top: 20px;
}
.field--type-comment .comment.new mark {
padding: 2px 10px;
margin-bottom: 5px;
display: inline-block;
}
.acquiadam-browser-breadcrumb-container {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
Loading