Skip to content

Commit

Permalink
fix: edit main.stylesheet.css to resolve issue CircuitVerse#306
Browse files Browse the repository at this point in the history
  • Loading branch information
Raju0603 committed Jan 9, 2025
1 parent 6eae6ed commit 771fa22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/css/main.stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ input[type='text']:focus {
width: 35vw;
overflow: hidden;
text-overflow: ellipsis;
height: 5vh;
display: flex;
flex-direction: column;
justify-content: center;
}

@media (max-width: 991px) {
Expand Down

0 comments on commit 771fa22

Please sign in to comment.