Accounts: no wrapping for contact dropdown

This commit is contained in:
Harvey Tindall
2021-05-22 23:18:43 +01:00
parent b3ce7acfcb
commit e98c9b46f1
2 changed files with 11 additions and 7 deletions
+4
View File
@@ -443,6 +443,10 @@ p.top {
margin-bottom: -0.5rem;
}
.dropdown-display.lg {
white-space: nowrap;
}
pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */