fix(2054): Increase mobile table row padding

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2372>
This commit is contained in:
Georg krause 2023-04-26 19:44:43 +02:00 committed by Kasper Seweryn
parent 90f93e052e
commit c7ac66d823
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@
.track-row,
.track-table {
padding: 0.5em;
padding: 0.5em !important; /* Overwrite fomantic ui padding rules */
> div:not(.mobile) {
padding: 0.25em;
margin-right: 0.25em;