style: Add left padding to the board container

This commit is contained in:
Pavel Laptev 2024-03-18 01:42:54 +01:00 committed by GitButler
parent 973fb5bc5b
commit 8d7cb1c853

View File

@ -238,6 +238,7 @@
display: flex;
flex-direction: column;
overflow: hidden;
padding-left: var(--size-4);
}
.empty-board__image-wrapper {