diff --git a/lldb/docs/_static/lldb.css b/lldb/docs/_static/lldb.css index 6df20b7dd6e487..e1e49f84c90347 100644 --- a/lldb/docs/_static/lldb.css +++ b/lldb/docs/_static/lldb.css @@ -47,7 +47,7 @@ table.mapping td.content { /* 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 { +td { -webkit-hyphens: manual !important; }