increase touch target zone for table icon links (#21237)

This commit is contained in:
Frédéric Péters 2018-04-05 12:11:53 +02:00
parent 50574e2ca2
commit da0eae1b22
1 changed files with 10 additions and 0 deletions

View File

@ -887,3 +887,13 @@ tr.row-state-finished a[href$="/edit"] {
display: none;
visibility: hidden;
}
table.listing td.icon-column {
padding: 0;
}
#content table.listing td.icon-column a {
display: block;
padding: 0.5em 1em;
border-bottom: 0 !important;
}