fix: remove unneccesary padding in ministrant-row

This commit is contained in:
2026-07-14 22:39:32 +02:00
parent fa44d0d738
commit 1b248ad121
+1 -1
View File
@@ -379,7 +379,7 @@ function getOwnMarkHint(): string {
display: flex;
align-items: center;
gap: 8px;
padding: 8px 0 8px 26px;
padding: 8px 0 8px 0;
border-bottom: 1px solid #f0f0f0;
&:last-child {