fix #1799 - membeship action button

stable
Juanfran 2014-12-12 09:58:31 +01:00
parent 1938d63cb8
commit 07cc7237ba
1 changed files with 4 additions and 0 deletions

View File

@ -143,6 +143,10 @@ body {
.header-with-actions {
@include display(flex);
@include align-content(stretch);
@include align-items(center);
@include flex-wrap(wrap);
@include justify-content(space-between);
margin-bottom: 1rem;
.action-buttons {
@include flex-shrink(0);