Fixed user actions alignment in Chrome.
This commit is contained in:
parent
a8337d7ab1
commit
654f40e600
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue