Commit 55deb0d4 by Reda Lemeden

Fixed the sidebar layout issue in the discussion page

parent b977901a
......@@ -59,14 +59,10 @@ body.askbot {
}
}
.content-wrapper {
@extend .clearfix;
@extend .wrapper;
@include box-shadow(0 1px 0 #fff);
@include box-sizing(border-box);
background: #fff;
border: 1px solid #ccc;
border-top: 0;
.main-content {
.discussion-wrapper {
display: table;
width: 100%;
.discussion-content {
/*@extend .content;*/
......@@ -100,6 +96,7 @@ body.askbot {
}
}
}
}
footer {
margin: 0 auto;
......
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