Fix volume wrapping

This commit is contained in:
Girish Ramakrishnan
2022-06-10 10:09:11 -07:00
parent 4f0784bbdc
commit 4331640d12
2 changed files with 10 additions and 6 deletions
+4
View File
@@ -107,6 +107,10 @@ $state-danger-border: $brand-danger;
max-width: 300px;
}
.wrap-table-cell {
word-wrap: break-word;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
background-color: $brand-primary;
color: white;