Added min-width to component style

This commit is contained in:
Vito Albano
2016-10-04 14:18:43 +01:00
parent b68e07286c
commit 078e7659af
@@ -18,6 +18,7 @@
.user-profile-list-mdl{
max-height: 450px;
width: 400px;
max-width: 450px;
min-width: 410px;
overflow: auto;
}