Skip to content

Commit 7758572

Browse files
alias test
1 parent 5c512c5 commit 7758572

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

static/style.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,4 +693,16 @@ input.error {
693693
background: none !important;
694694
outline: none !important;
695695
box-shadow: none !important;
696+
}
697+
698+
.input-group {
699+
display: flex;
700+
align-items: center;
701+
}
702+
703+
.input-group input#alias {
704+
width: 70% !important;
705+
flex: 2.2 1 0% !important;
706+
min-width: 200px;
707+
max-width: 100%;
696708
}

0 commit comments

Comments
 (0)