1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

fix navbar text breaks

This commit is contained in:
Kyle Spearrin
2018-07-30 22:53:08 -04:00
parent 8b8bd88adf
commit bfc462cbec
2 changed files with 3 additions and 3 deletions

View File

@@ -120,12 +120,12 @@ input, select, textarea {
.dropdown-menu {
min-width: 200px;
max-width: 250px;
max-width: 300px;
.dropdown-item-text {
line-height: 1.3;
small {
span, small {
display: block;
white-space: nowrap;
overflow: hidden;