Skip to content

Conversation

@lecoa
Copy link

@lecoa lecoa commented Dec 5, 2025

This PR resolves: #13270

When the bard field is less then 32 rem wide the content has reduced padding, resulting in the bard add set button overlapping with the content.

.bard-editor .ProseMirror {
@apply p-2 min-h-40 text-sm leading-tight;
@apply @md/bard:p-2 text-md leading-normal;
@apply @lg/bard:p-4;

This PR resolves this by moving the button when the width is smaller.

Currently overlapping:

Image

What this PR resolves:

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bard add set button overlaps content on small bard container

1 participant