Skip to content

Commit c28c4fe

Browse files
Increase alias bar size
1 parent 3055d31 commit c28c4fe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

static/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,4 +693,10 @@ input.error {
693693
background: none !important;
694694
outline: none !important;
695695
box-shadow: none !important;
696+
}
697+
698+
/* Make the alias input about 70% wider */
699+
.input-group input#alias {
700+
flex: 2.2 1 0%;
701+
min-width: 0;
696702
}

0 commit comments

Comments
 (0)