diff --git a/app/assets/stylesheets/attachment.scss b/app/assets/stylesheets/attachment.scss index f2d7aa555..8bd16a554 100644 --- a/app/assets/stylesheets/attachment.scss +++ b/app/assets/stylesheets/attachment.scss @@ -35,3 +35,11 @@ padding-bottom: 0; } } + +.attachment { + // Anti-virus badge for just uploaded attachment when seen as downloadable + .fr-download + .fr-badge { + position: relative; + top: -1rem; + } +}