Fix manage members page bug on very small resolutions

stable
Xavier Julián 2014-11-19 18:57:55 +01:00
parent 18a4e82c36
commit d22d0e2259
1 changed files with 3 additions and 1 deletions

View File

@ -78,11 +78,13 @@
.row-role,
.header-member,
.header-role {
@include table-flex-child(4, 0, 0);
@include table-flex-child(3, 0, 0);
min-width: 210px;
}
.row-admin,
.header-admin {
@include table-flex-child(1, 0, 0);
min-width: 70px;
}
.row-status,
.header-status {