diff --git a/css/elements.css b/css/elements.css index 1a0f2d01..26a7b841 100644 --- a/css/elements.css +++ b/css/elements.css @@ -149,8 +149,10 @@ emu-oneof { } emu-nt { + display: inline-block; font-style: italic; white-space: nowrap; + text-indent: 0; } emu-nt a, emu-nt a:visited { @@ -162,8 +164,11 @@ emu-rhs emu-nt { } emu-t { + display: inline-block; font-family: monospace; font-weight: bold; + white-space: nowrap; + text-indent: 0; } emu-production emu-t {