Commit d7b3ac54 by Tom Giannattasio

fixed preview text overlapping content

parent f1fbbbda
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
@mixin discussion-wmd-preview { @mixin discussion-wmd-preview {
width: 100%; width: 100%;
min-height: 40px; min-height: 40px;
padding: 10px; padding: 25px 20px 10px 20px;
box-sizing: border-box; box-sizing: border-box;
border: 1px solid #aaa; border: 1px solid #aaa;
border-top: none; border-top: none;
...@@ -388,7 +388,7 @@ body.discussion { ...@@ -388,7 +388,7 @@ body.discussion {
width: 100%; width: 100%;
//height: 50px; //height: 50px;
margin-top: -1px; margin-top: -1px;
padding: 10px; padding: 25px 20px 10px 20px;
box-sizing: border-box; box-sizing: border-box;
border: 1px solid #333; border: 1px solid #333;
border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px;
......
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