1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-09 06:17:58 +00:00

fix padding

This commit is contained in:
d47081 2023-11-10 03:25:41 +02:00
parent fd1b63fca0
commit 4dacf6486c

View File

@ -54,7 +54,7 @@ tr.dynamicTableHeader {
.dynamicTable td {
border-bottom: 1px solid transparent;
padding: 0 4px;
padding: 2px 4px;
white-space: nowrap;
}