Skip to content
Snippets Groups Projects
Commit 7cd5d05c authored by Pravin Gaikwad's avatar Pravin Gaikwad Committed by Vishal Khode
Browse files

Issue #3390115 by Rajeshreeputra, swatidhurandhar, Tanuja Bohra, vishalkhode:...

Issue #3390115 by Rajeshreeputra, swatidhurandhar, Tanuja Bohra, vishalkhode: Padding and margin issue in 'New' tag in new comment added
parent 1303cd19
No related branches found
No related tags found
2 merge requests!8Padding and margin issue in New tag in new comment added,!5Issue #3387973: Page title should contextualize the local navigation
......@@ -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;
......
.system-modules details {
white-space: normal;
}
/* styling for comments */
.field--type-comment {
.comment {
margin-top: 20px;
&.new {
mark {
padding: 2px 10px;
margin-bottom: 5px;
display: inline-block;
}
}
}
}
\ No newline at end of file
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