mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
apply two-line max to cells with nested blockquote or p
This commit is contained in:
parent
4157bc89c6
commit
6d62e24ca4
1 changed files with 3 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue