Prevent policy page date from wrapping mid-line.

This commit is contained in:
Max Goodman
2013-11-20 13:33:28 -08:00
parent 3b0bf9d755
commit dfe8359246

View File

@@ -38,11 +38,15 @@
}
}
strong {
margin-right: .5em;
}
em {
font-size: .60em;
font-style: normal;
padding-left: 1em;
color: #777;
white-space: nowrap;
}
}