Skip to content

Commit

Permalink
Change text overflow-x to auto on improvePhrase
Browse files Browse the repository at this point in the history
  • Loading branch information
RodriSanchez1 committed Sep 29, 2023
1 parent b94533b commit fc6ce64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

.text {
width: auto;
overflow-x: scroll;
overflow-x: auto;
white-space: nowrap;
}

Expand Down

0 comments on commit fc6ce64

Please sign in to comment.