|
/************************************************* |
|
*** Image Float BBCODE-001*** |
|
*************************************************/ |
|
.float-left, |
|
.float-right { |
|
display: block; |
|
margin: 10px; |
|
max-width: calc(50% - 10px) !important; |
|
} |
|
.float-left { |
|
float: left; |
|
margin-left: 0; |
|
} |
|
.float-right { |
|
float: right; |
|
margin-right: 0; |
|
} |
the margin seems to be just spilling out of the post contents
discourse-rpn-bbcode/assets/stylesheets/bbcode.scss
Lines 46 to 62 in 6efd7a4
the margin seems to be just spilling out of the post contents