Commit 42777579 by Richard Moch

set .response-header-actions block to absolute position to allow overlap with title

parent fa4dcdeb
......@@ -39,11 +39,13 @@ body.discussion, .discussion-module {
.response-header-content {
display: inline-block;
vertical-align: top;
width: flex-grid(9,12);
width: flex-grid(11,12);
}
.response-header-actions {
width: flex-grid(3,12);
position: absolute;
right: ($baseline);
top: ($baseline);
@include float(right);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment