apply two-line max to cells with nested blockquote or p

This commit is contained in:
Collin M. Barrett 2019-08-07 12:38:04 -05:00
parent 4157bc89c6
commit 6d62e24ca4

View file

@ -1,4 +1,6 @@
td > div {
td > div,
td > blockquote,
td > p {
/* limit table cells from wrapping more than 2 lines */
/* https://stackoverflow.com/a/13924997/2343739 */
/* https://stackoverflow.com/a/22042054/2343739 */