Skip to content
Snippets Groups Projects
Commit 1116cd4b authored by DawoudSheraz's avatar DawoudSheraz
Browse files

fix discussion comment styling

parent 3ed9a75c
No related merge requests found
......@@ -80,10 +80,11 @@
.discussion-comment {
.response-body {
@extend %t-copy-sub2;
@include padding(($baseline / 2), ($baseline * 1.5), 0, 0);
display: inline-block;
margin-bottom: ($baseline/2);
width: flex-grid(10,12);
margin-top: ($baseline/2);
width: flex-grid(10, 12);
p + p {
margin-top: ($baseline/2);
......@@ -95,7 +96,7 @@
@include right($baseline / 2);
position: absolute;
top: $baseline / 2;
top: 0;
}
}
......
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