fix: remove unneccesary padding in ministrant-row
This commit is contained in:
@@ -379,7 +379,7 @@ function getOwnMarkHint(): string {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
padding: 8px 0 8px 26px;
|
padding: 8px 0 8px 0;
|
||||||
border-bottom: 1px solid #f0f0f0;
|
border-bottom: 1px solid #f0f0f0;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
|
|||||||
Reference in New Issue
Block a user