Fixed deletebutton padding

This commit is contained in:
WBHarry 2025-11-10 17:01:45 +01:00
parent 0c8f9616f8
commit e794042134
3 changed files with 5 additions and 2 deletions

View file

@ -123,6 +123,10 @@
display: flex;
gap: 10px;
&.padded {
padding-right: 8px;
}
.item-label {
flex: 1;
align-self: center;