Add a hack to stretch the multi-select box a bit

This commit is contained in:
Girish Ramakrishnan
2017-11-12 02:50:28 -08:00
parent e75b85fc3a
commit 2bcd3a8e4d
2 changed files with 8 additions and 2 deletions

View File

@@ -306,6 +306,12 @@ h1, h2, h3 {
max-width: 100%;
}
multiselect.stretch {
button {
min-width: 120px;
}
}
// ----------------------------
// Appstore view
// ----------------------------