Fix button alignment
This commit is contained in:
parent
51ff0d539b
commit
4ec9699aa2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue