mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
quick temporary fix for wrapping right gutter
This commit is contained in:
parent
27f85e5451
commit
4215b6347c
1 changed files with 2 additions and 0 deletions
|
@ -732,6 +732,8 @@ blockquote > *:last-child {
|
|||
float: left;
|
||||
margin-top: 15px;
|
||||
padding-left: 15px;
|
||||
/* urgent fix, must set max width or long gutter width float flows under posts */
|
||||
max-width: 215px;
|
||||
|
||||
ul {margin: 0;}
|
||||
li {margin-bottom: 10px;}
|
||||
|
|
Loading…
Reference in a new issue