unset min-height for attachments in notifications
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
762676e105
commit
c2db0e66ef
1 changed files with 4 additions and 0 deletions
|
|
@ -101,4 +101,8 @@
|
|||
color: $fallback--cBlue;
|
||||
color: var(--cBlue, $fallback--cBlue);
|
||||
}
|
||||
|
||||
.attachment-wrapper {
|
||||
min-height: unset;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue