Skip to content

Commit d137462

Browse files
authored
Merge pull request #341 from lionel-rowe/lionel-rowe-fix-bbcode-whitespace-display
Fix BBCode whitespace display
2 parents 1c5c68c + 6118701 commit d137462

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

styles/prosilver/theme/common.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,11 @@ li.row dl.codebox dd {
705705
padding: 0;
706706
}
707707

708+
.bbcode-container .codebox code {
709+
white-space: pre-wrap;
710+
tab-size: 4;
711+
}
712+
708713
/* Codebox adjustments for the revision section of BBCode */
709714
.revision-details > .bbcode-container > .codebox {
710715
min-height: 40px;

0 commit comments

Comments
 (0)