css: avoid column breaks inside object lists (#20154)

This commit is contained in:
Frédéric Péters 2017-11-18 17:45:43 +04:00
parent 636346791a
commit 6d87ceb95e
1 changed files with 1 additions and 0 deletions

View File

@ -565,6 +565,7 @@ ul.objects-list li {
position: relative;
min-height: 2.5em;
line-height: 2.5em;
break-inside: avoid;
}
ul.objects-list.single-links li {