fix(ui): Restore original port input size (#814)

This commit is contained in:
TheCatLady
2021-02-02 03:48:38 -05:00
committed by GitHub
parent 7c192d54f4
commit 1ccafc0ebd
4 changed files with 7 additions and 0 deletions

View File

@@ -89,6 +89,10 @@ select.rounded-r-only {
@apply rounded-l-none;
}
input.port {
@apply w-24;
}
.protocol {
@apply inline-flex items-center px-3 text-gray-100 bg-gray-600 border border-r-0 border-gray-500 cursor-default rounded-l-md sm:text-sm;
}