style(views/table): reintroduce horizontal padding

This commit is contained in:
Elian Doran 2025-07-04 21:27:10 +03:00
parent ba22d0706f
commit d08225339c
No known key found for this signature in database

View File

@ -21,6 +21,7 @@ const TPL = /*html*/`
position: relative;
height: 100%;
user-select: none;
padding: 0 5px 0 10px;
}
.table-view-container {