1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

Adjust padding in app list table view

This commit is contained in:
Andrew Kingston 2021-05-07 13:44:53 +01:00
parent b5dade2d50
commit f1b2fea3c0

View file

@ -74,7 +74,7 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding: 0 5px;
padding: 0 var(--spacing-s);
}
.preview {
height: 40px;