Fix action's icons position

This commit is contained in:
Simounet 2016-12-30 13:54:13 +01:00
parent 8e2419a5cf
commit bb2934d476
2 changed files with 2 additions and 2 deletions

View file

@ -304,7 +304,7 @@ nav {
.nav-panel-buttom {
display: flex;
flex-grow: 1;
justify-content: right;
justify-content: flex-end;
}
.nav-panel-buttom li {

File diff suppressed because one or more lines are too long