-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
discourse-rpn-bbcode/assets/stylesheets/bbcode.scss
Lines 46 to 62 in 6efd7a4
| /************************************************* | |
| *** 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels