Fix padding for bookmark action on instrument blocks

This commit is contained in:
Lorenz Padberg 2024-04-03 11:54:44 +02:00
parent ce1345e0db
commit 4bab3877f3
1 changed files with 5 additions and 0 deletions

View File

@ -557,6 +557,11 @@ const root = computed(() => (props.contentBlock.root ? props.contentBlock.root :
&--instrument { &--instrument {
@include content-box-base; @include content-box-base;
.bookmark-actions {
//60px from bookmak actions - 15px from padding of Instrument Widget;
padding-right: 45px !important;
}
} }
// todo: re-add :deep() once we re-add scoped // todo: re-add :deep() once we re-add scoped