style(attachment): fix antivirus badge when uploading as downloadable
This commit is contained in:
parent
e83b94a6b9
commit
5b20713893
1 changed files with 8 additions and 0 deletions
|
@ -35,3 +35,11 @@
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.attachment {
|
||||||
|
// Anti-virus badge for just uploaded attachment when seen as downloadable
|
||||||
|
.fr-download + .fr-badge {
|
||||||
|
position: relative;
|
||||||
|
top: -1rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue