Fixed user actions alignment in Chrome.

This commit is contained in:
flash 2018-10-27 00:50:13 +02:00
parent a8337d7ab1
commit 654f40e600

View file

@ -254,7 +254,7 @@
&__actions { &__actions {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: right; justify-content: flex-end;
list-style: none; list-style: none;
max-width: 100px; max-width: 100px;
font-size: .9em; font-size: .9em;