backoffice: avoid action labels overlapping icons (#54451)

This commit is contained in:
Frédéric Péters 2021-05-31 21:56:08 +02:00
parent bf063692b6
commit 2675eefcfd
1 changed files with 5 additions and 0 deletions

View File

@ -760,6 +760,11 @@ ul.biglist.sortable a {
box-sizing: border-box;
}
#items-list li > a {
width: calc(100% - 170px);
line-height: 150%;
}
ul.biglist li > a,
ul.biglist strong a {
display: block;