diff --git a/packages/richtext-lexical/src/features/blocks/client/component/index.scss b/packages/richtext-lexical/src/features/blocks/client/component/index.scss index 389bb5a48..86f5b4dcc 100644 --- a/packages/richtext-lexical/src/features/blocks/client/component/index.scss +++ b/packages/richtext-lexical/src/features/blocks/client/component/index.scss @@ -98,7 +98,12 @@ width: 100%; overflow: hidden; gap: calc(var(--base) * 0.375); - justify-content: space-between; + justify-content: flex-start; + pointer-events: none; + + & > * { + pointer-events: all; + } } &__block-number { diff --git a/packages/ui/src/fields/Blocks/SectionTitle/index.scss b/packages/ui/src/fields/Blocks/SectionTitle/index.scss index 5d9ee8d12..d1d99ebf9 100644 --- a/packages/ui/src/fields/Blocks/SectionTitle/index.scss +++ b/packages/ui/src/fields/Blocks/SectionTitle/index.scss @@ -2,7 +2,7 @@ .section-title { position: relative; - width: 100%; + min-width: base(4); max-width: 100%; pointer-events: all; display: flex;