projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c808676
)
Small mobile optimization
author
Marcel Werk
<burntime@woltlab.com>
Sun, 6 Oct 2013 20:51:46 +0000
(22:51 +0200)
committer
Marcel Werk
<burntime@woltlab.com>
Sun, 6 Oct 2013 20:51:46 +0000
(22:51 +0200)
wcfsetup/install/files/style/bbcode.less
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/bbcode.less
b/wcfsetup/install/files/style/bbcode.less
index d7a48e2856b45ed561abed4d0bfcb61bb65a5260..efd59e854203ecff1db028d0edb3a116a5961ce8 100644
(file)
--- a/
wcfsetup/install/files/style/bbcode.less
+++ b/
wcfsetup/install/files/style/bbcode.less
@@
-72,9
+72,12
@@
> ol {
list-style-type: none;
margin-left: 0;
+ overflow: auto;
> li {
padding-left: 0;
+ white-space: pre;
+ word-wrap: normal;
}
}
}