This revision was automatically updated to reflect the committed changes. Closed by commit rG7fce3b240b6b: [lldb][docs] Remove -webkit-hyphens in table cells so that table widths are⦠(authored by teemperor). Herald added a project: LLDB. Herald added a subscriber: lldb-commits.
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D94991/new/ https://reviews.llvm.org/D94991 Files: lldb/docs/_static/lldb.css Index: lldb/docs/_static/lldb.css =================================================================== --- lldb/docs/_static/lldb.css +++ lldb/docs/_static/lldb.css @@ -44,6 +44,13 @@ padding-bottom: 15px; } +/* Workaround for a Safari bug that would otherwise make table cells less wide +than the containing text. This just sets it back to the default browser +property.*/ +td p { + -webkit-hyphens: manual !important; +} + div.sphinxsidebar .caption { font-family: Helvetica, Verdana, sans-serif; font-size: 10pt;
Index: lldb/docs/_static/lldb.css =================================================================== --- lldb/docs/_static/lldb.css +++ lldb/docs/_static/lldb.css @@ -44,6 +44,13 @@ padding-bottom: 15px; } +/* Workaround for a Safari bug that would otherwise make table cells less wide +than the containing text. This just sets it back to the default browser +property.*/ +td p { + -webkit-hyphens: manual !important; +} + div.sphinxsidebar .caption { font-family: Helvetica, Verdana, sans-serif; font-size: 10pt;
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits