Make server name and hostname full width.

pull/2122/merge
Isaac Connor 2018-07-09 10:48:14 -04:00
parent 6cf336cc33
commit fd5cf07bfb
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
input[type="text"] {
width: 100%;
}