Fix button alignment

This commit is contained in:
Chocobozzz 2025-01-15 10:05:31 +01:00
parent 51ff0d539b
commit 4ec9699aa2
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
.action-button {
width: 100%; // useful for ellipsis, allow to define a max-width on host component
vertical-align: top; // prevent additional height to the parent because of ellipsis
my-loader.displayed {
display: inline-flex;