[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:
parent
48d75599d3
commit
fc898e1b38
@ -462,6 +462,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding-inline: 4px;
|
||||
width: auto;
|
||||
height: 24px;
|
||||
min-width: 88px;
|
||||
|
Loading…
Reference in New Issue
Block a user