aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2021-01-20 09:05:09 +0100
committerRaphael Isemann <teemperor@gmail.com>2021-01-20 09:05:28 +0100
commit7fce3b240b6b313b1becf19ddf3f2a904c34ced2 (patch)
tree7a1e0c3a97cb3d156580f924d33b919dacf1b4bb /clang/lib/Frontend/CompilerInvocation.cpp
parente22295385c7fb1104620a497da8eab935768fd78 (diff)
downloadllvm-7fce3b240b6b313b1becf19ddf3f2a904c34ced2.zip
llvm-7fce3b240b6b313b1becf19ddf3f2a904c34ced2.tar.gz
llvm-7fce3b240b6b313b1becf19ddf3f2a904c34ced2.tar.bz2
[lldb][docs] Remove -webkit-hyphens in table cells so that table widths are correct on Safari
The tables in the new LLDB documentation currently are less wide than their contents. The reason for that seems to be the `-webkit-hyphens: auto` property that sphinx is setting for all `p` tags. The `p` tags in the generated Python documentation seem to trigger some Safari layout issue, so Safari is calculating the cell width to be smaller than it should be (which ends up looking like this {F15104344} ). This patch just sets that property back to the browser default `manual`. Not sure if that's the proper workaround, but I clicked around on the website with the changed CSS and nothing looked funny (which is I believe how webdev unit testing works). Reviewed By: JDevlieghere Differential Revision: https://reviews.llvm.org/D94991
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions