No text wrap for DNS locations

This commit is contained in:
nitrohorse
2019-08-25 22:37:10 -07:00
parent 4cd0f2e735
commit 7993b559f0
2 changed files with 78 additions and 11 deletions

View File

@ -335,3 +335,7 @@ input#nav-toggle,
max-height: 8em;
}
}
.no-text-wrap {
white-space: nowrap;
}