diff --git a/lldb/docs/_static/lldb.css b/lldb/docs/_static/lldb.css index 53b7259408310..6df20b7dd6e48 100644 --- a/lldb/docs/_static/lldb.css +++ b/lldb/docs/_static/lldb.css @@ -44,6 +44,13 @@ table.mapping td.content { 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;