Skip to content

Commit

Permalink
Merge pull request #347 from MakinoharaShoko/dev
Browse files Browse the repository at this point in the history
fix: textbox name blank problem
  • Loading branch information
MakinoharaShoko authored Aug 17, 2023
2 parents 6ad2797 + fb0bc53 commit b1d2a02
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,9 @@ $height: 330px;
left: 150px;
top: -68px;
height: 80px;
display: flex;
align-items: center;
line-height: 68px;
//display: flex;
//align-items: center;
background: rgba(11, 52, 110, 0.9);
border-radius: 40px;
border: 4px solid rgba(255, 255, 255, 0.75);
Expand Down

0 comments on commit b1d2a02

Please sign in to comment.