From d22d0e22598738410fd30ea1a87d5cc305e813b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Wed, 19 Nov 2014 18:57:55 +0100 Subject: [PATCH] Fix manage members page bug on very small resolutions --- app/styles/modules/admin/admin-membership-table.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/styles/modules/admin/admin-membership-table.scss b/app/styles/modules/admin/admin-membership-table.scss index 1c354b20..6e15db4d 100644 --- a/app/styles/modules/admin/admin-membership-table.scss +++ b/app/styles/modules/admin/admin-membership-table.scss @@ -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 {