[Editor] Add padding to the altText-button to account for different locales

*For many non-English locales the translated strings will be longer, which is easy to forget about during development/review.*

Note how for some locales (e.g. Swedish) the altText-button end up looking horizontally "cramped", hence it seems reasonable to add a bit of inline padding to improve this.
This commit is contained in:
Jonas Jenwald 2023-09-24 16:13:16 +02:00
parent 48d75599d3
commit fc898e1b38

View File

@ -462,6 +462,7 @@
display: flex;
align-items: center;
justify-content: center;
padding-inline: 4px;
width: auto;
height: 24px;
min-width: 88px;