diff --git a/apps/red-ui/src/app/modules/file-preview/components/annotations-list/annotations-list.component.scss b/apps/red-ui/src/app/modules/file-preview/components/annotations-list/annotations-list.component.scss index 3913c6b0a..586319fe4 100644 --- a/apps/red-ui/src/app/modules/file-preview/components/annotations-list/annotations-list.component.scss +++ b/apps/red-ui/src/app/modules/file-preview/components/annotations-list/annotations-list.component.scss @@ -6,10 +6,9 @@ overflow-y: auto; @include common-mixins.scroll-bar; - &.has-scrollbar:hover redaction-annotation-wrapper::ng-deep, - &::ng-deep.documine-wrapper { - .annotation { - padding-right: 5px; + redaction-annotation-wrapper.documine-wrapper { + &::ng-deep.annotation { + padding-right: 10px; } } }