mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +02:00
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:
commit
d8424a43ba
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding-inline: 4px;
|
padding-inline: 4px;
|
||||||
width: auto;
|
width: max-content;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
min-width: 88px;
|
min-width: 88px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue