Adjust padding in app list table view

This commit is contained in:
Andrew Kingston 2021-05-07 13:44:53 +01:00
parent 81e9d8833c
commit d8120d107c
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;