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
1 changed files with 1 additions and 1 deletions

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;