diff --git a/changelog.d/minor.change b/changelog.d/minor.change index a234ad9c2..979d36955 100644 --- a/changelog.d/minor.change +++ b/changelog.d/minor.change @@ -4,3 +4,4 @@ reply/quote now is a radio group and wraps, fixes overflow on languages where la personal note input is now bigger moved "edit pinned" to the bottom for status action buttons. dots status action button drops down instead of up to avoid hiding the action buttons +improved attachment description (alt text) input and display diff --git a/src/components/attachment/attachment.scss b/src/components/attachment/attachment.scss index 0a1f9f5ee..3c3ba7751 100644 --- a/src/components/attachment/attachment.scss +++ b/src/components/attachment/attachment.scss @@ -269,7 +269,9 @@ .description-popover { padding: 1em; width: 50ch; + max-width: 90vw; overflow: hidden; + box-sizing: border-box; summary { display: inline-block;