Skip to content

Commit

Permalink
selector width fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellomorjina committed Nov 30, 2024
1 parent 74445dd commit 19037fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,9 @@ select{
width:16px;
margin-right:10px;
}
select{
width: 320px;
height: 50px;
}

}

0 comments on commit 19037fc

Please sign in to comment.