diff --git a/lldb/docs/_static/lldb.css b/lldb/docs/_static/lldb.css --- a/lldb/docs/_static/lldb.css +++ b/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;