idp: don't force msp block width on small devices

This commit is contained in:
Frédéric Péters 2015-02-05 09:43:52 +01:00
parent fdfb2b29ae
commit d5db1686b6
1 changed files with 3 additions and 0 deletions

View File

@ -981,4 +981,7 @@ ul.account-management li {
width: auto;
height: 50px;
}
div.msp.connecting {
width: auto;
}
}