style: make sure floating app icons don't disturb next cells (#24501)

This commit is contained in:
Frédéric Péters 2018-06-13 12:15:03 +02:00
parent f176555d2a
commit 9112b3bcb4
1 changed files with 5 additions and 0 deletions

View File

@ -475,6 +475,11 @@ ul.apps {
margin-top: 2em;
margin-bottom: 2em;
padding: 0;
&::after {
content: "";
display: block;
clear: both;
}
}
ul.apps li {