Lack of interest Margin below BB code tags needs to be increased

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

AndyB

Well-known member
Please increase the margin below BB Code tags so there is more space. Currently the reader is led to think the text below the BB Code tag is referring to the BB Code above it.

1513348357917.webp

If you agree PLEASE Like this suggestion.
 
Last edited:
Upvote 3
This suggestion has been closed. Votes are no longer accepted.
I think this is not a padding issue but the line break being removed after, but not before the code block. I agree that this could/should be more uniform, but I'd rather like to see them both removed instead of artificially stretching the content.
 
Isn't it the margin, not the padding?

And wouldn't it be more logical, to achieve the same result, to instead reduce the margin above?

It's a good point though.
 
Correct the problem is the line break is being removed and the margin added is too little.

Please Like the first post if you would like the XenForo team to address this issue.
 
I added the following to code the extra.less template:

Code:
.bbCodeBlock {
	margin: 0px 0px 20px 0px;
}

I think this improves the way XenForo BB code blocks look. I would like to see it added to the core.
 
Back
Top Bottom