Skip to content

Commit

Permalink
set width for stream name input
Browse files Browse the repository at this point in the history
  • Loading branch information
dexgs committed Jul 20, 2022
1 parent f421a9a commit 36c4e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ form#stream-setup > fieldset {

form#stream-setup input#stream-name {
flex-grow: 1;
min-width: 0;
width: 100px;
}

form#stream-setup input#buffer-size {
Expand Down

0 comments on commit 36c4e75

Please sign in to comment.