зеркало из https://github.com/microsoft/clang-1.git
Add CSS for word wrapping of long message bubbles.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53492 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
87eae5ecf9
Коммит
170db7c38d
|
@ -306,6 +306,7 @@ void html::AddHeaderFooterInternalBuiltinCSS(Rewriter& R, unsigned FileID,
|
|||
" .msg { float:left }\n"
|
||||
" .msg { padding:0.5em 1ex 0.5em 1ex }\n"
|
||||
" .msg { margin-top:10px; margin-bottom:10px }\n"
|
||||
" .msg { max-width:60em; word-wrap: break-word; white-space: pre-wrap;}\n"
|
||||
" .mrange { background-color:#dfddf3 }\n"
|
||||
" .mrange { border-bottom:1px solid #6F9DBE }\n"
|
||||
" .PathIndex { font-weight: bold }\n"
|
||||
|
|
Загрузка…
Ссылка в новой задаче