CSS: Set height for list items. Updates #1367

This commit is contained in:
JC Brand 2018-12-10 15:12:09 +01:00
parent f3f819b67a
commit 8ccf1da9d6
2 changed files with 3 additions and 1 deletions

View File

@ -11272,7 +11272,8 @@ body.reset {
overflow: hidden;
padding: 0.5em 0;
text-shadow: 0 1px 0 var(--text-shadow-color);
word-wrap: break-word; }
word-wrap: break-word;
height: 2.5em; }
#conversejs .items-list .list-item .list-item-link {
color: var(--list-item-link-color);
margin: auto;

View File

@ -26,6 +26,7 @@
padding: 0.5em 0;
text-shadow: 0 1px 0 var(--text-shadow-color);
word-wrap: break-word;
height: 2.5em;
.list-item-link {
color: var(--list-item-link-color);