diff options
Diffstat (limited to 'WebCore/css/mathml.css')
-rw-r--r-- | WebCore/css/mathml.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/css/mathml.css b/WebCore/css/mathml.css index fd125c0..a5df17c 100644 --- a/WebCore/css/mathml.css +++ b/WebCore/css/mathml.css @@ -25,6 +25,9 @@ math > * { mrow, mfenced { display: inline-block; white-space: nowrap; +} + +mfenced { padding-left: 1px; padding-right: 1px; } |