forked from OSchip/llvm-project
[lldb][docs] Expand CSS fix for LLDB doc tables
Apparently the sphinx version on the server doesn't place <p> tags in the
table cells, so the previous fix from commit 7fce3b240b
didn't fix the bug for that sphinx version. Just expand the CSS workaround
to all <td> tags.
This commit is contained in:
parent
255a507716
commit
b3c260d8fa
|
@ -47,7 +47,7 @@ table.mapping td.content {
|
||||||
/* Workaround for a Safari bug that would otherwise make table cells less wide
|
/* 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
|
than the containing text. This just sets it back to the default browser
|
||||||
property.*/
|
property.*/
|
||||||
td p {
|
td {
|
||||||
-webkit-hyphens: manual !important;
|
-webkit-hyphens: manual !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue