Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
belomaxorka authored Apr 1, 2024
1 parent 7efe62d commit a5e755e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ code {
}

#submittedText {
width: 100%;
width: -webkit-fill-available;
width: -moz-available;
width: stretch;
background: transparent;
border: none;
outline: none;
Expand Down

0 comments on commit a5e755e

Please sign in to comment.