Fix padding for bookmark action on instrument blocks
This commit is contained in:
parent
ce1345e0db
commit
4bab3877f3
|
|
@ -557,6 +557,11 @@ const root = computed(() => (props.contentBlock.root ? props.contentBlock.root :
|
|||
|
||||
&--instrument {
|
||||
@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
|
||||
|
|
|
|||
Loading…
Reference in New Issue