Skip to content

Commit

Permalink
fix: wrapping text on button
Browse files Browse the repository at this point in the history
  • Loading branch information
jsapro committed Jan 9, 2024
1 parent 63637eb commit b2c820d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Button/button.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
width: 100%;
height: 50px;
cursor: pointer;
white-space: nowrap;

&:not(.green-border-button__active):hover {
color: white;
Expand Down Expand Up @@ -167,6 +168,7 @@
width: 100%;
height: 50px;
transition: 0.5s;
white-space: nowrap;

@media screen and (width <= 768px) {
font-size: 13px;
Expand Down

0 comments on commit b2c820d

Please sign in to comment.