Remove text wrapping for DNS providers table server locations column (#1222)

This commit is contained in:
nitrohorse
2019-08-26 22:53:10 -07:00
committed by GitHub
parent cc4dde6a0a
commit 3d0dd9d603
2 changed files with 104 additions and 14 deletions

View File

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