Add a .nobreak helper class to main.css
This commit is contained in:
parent
307a02eea1
commit
40d8a828f9
1 changed files with 9 additions and 0 deletions
|
@ -467,3 +467,12 @@ ul.post-tags li + li {
|
||||||
font-size: 7px;
|
font-size: 7px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Helpers
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* For <span>s that shouldn't break. */
|
||||||
|
.nobreak {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue