fix #1799 - membeship action button
parent
1938d63cb8
commit
07cc7237ba
|
@ -143,6 +143,10 @@ body {
|
||||||
|
|
||||||
.header-with-actions {
|
.header-with-actions {
|
||||||
@include display(flex);
|
@include display(flex);
|
||||||
|
@include align-content(stretch);
|
||||||
|
@include align-items(center);
|
||||||
|
@include flex-wrap(wrap);
|
||||||
|
@include justify-content(space-between);
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
.action-buttons {
|
.action-buttons {
|
||||||
@include flex-shrink(0);
|
@include flex-shrink(0);
|
||||||
|
|
Loading…
Reference in New Issue