Skip to content

Commit be601a4

Browse files
committed
Merge pull request #51 from mysticatea/fix-line-breaks-2
Update emu-t and emu-nt for line breaks
2 parents f5a9cd3 + 36fa257 commit be601a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css/elements.css

+5
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,10 @@ emu-oneof {
149149
}
150150

151151
emu-nt {
152+
display: inline-block;
152153
font-style: italic;
153154
white-space: nowrap;
155+
text-indent: 0;
154156
}
155157

156158
emu-nt a, emu-nt a:visited {
@@ -162,8 +164,11 @@ emu-rhs emu-nt {
162164
}
163165

164166
emu-t {
167+
display: inline-block;
165168
font-family: monospace;
166169
font-weight: bold;
170+
white-space: nowrap;
171+
text-indent: 0;
167172
}
168173

169174
emu-production emu-t {

0 commit comments

Comments
 (0)