aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/css/code-nowrap.css
blob: acc2dec9335772651815b6efac4f168e71101fd3 (plain) (blame)
1
2
3
4
/* So that things like <code>runtime-link=dynamic</code> don't wrap on =. */
code {
  white-space: nowrap;
}