diff --git a/static/style.css b/static/style.css index bab7bf5..ef54273 100644 --- a/static/style.css +++ b/static/style.css @@ -693,4 +693,10 @@ input.error { background: none !important; outline: none !important; box-shadow: none !important; +} + +/* Make the alias input about 70% wider */ +.input-group input#alias { + flex: 2.2 1 0%; + min-width: 0; } \ No newline at end of file