Merge pull request #17300 from calixteman/issue17299

[Editor] Make the alt-text button large enough to display correctly whatever string
This commit is contained in:
calixteman 2023-11-20 15:45:53 +01:00 committed by GitHub
commit d8424a43ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -603,7 +603,7 @@
align-items: center;
justify-content: center;
padding-inline: 4px;
width: auto;
width: max-content;
height: 24px;
min-width: 88px;
z-index: 1;