Add when when too many accounts (#7677) (#7679)

This commit is contained in:
Amaury Martiny
2018-01-24 09:45:08 +01:00
committed by Jaco Greeff
parent cad91df2b8
commit b814f1ccbf
2 changed files with 8 additions and 5 deletions

View File

@@ -26,11 +26,14 @@
.list {
margin: 0 !important;
padding: 1em 1em !important;
background-color: #f5f5f5;
background-color: white;
}
.isDefault {
background-color: white;
.accountsList {
background-color: #f5f5f5;
height: 300px;
overflow-y: auto;
}
.hasOtherAccounts {