Align category label text

This commit is contained in:
Raimund Schlüßler 2018-11-05 20:50:11 +01:00
parent 6b45b117bc
commit 84ac32f761
No known key found for this signature in database
GPG key ID: 036FA7EB1A599178

View file

@ -602,6 +602,8 @@ ol[dnd-list] {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
width: 100%;
text-align: center;
}
}
}