Fix attachment row gap
This commit is contained in:
parent
b2ce3d4a5c
commit
e1f026b037
1 changed files with 6 additions and 0 deletions
|
@ -58,6 +58,12 @@ attachments-box {
|
|||
|
||||
.attachments-container {
|
||||
padding-left: 12px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@include comfortable {
|
||||
gap: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue