Skip to content

Commit fc6ce64

Browse files
committed
Change text overflow-x to auto on improvePhrase
1 parent b94533b commit fc6ce64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Board/ImprovePhraseOutput/ImprovePhraseOutput.module.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
.text {
2323
width: auto;
24-
overflow-x: scroll;
24+
overflow-x: auto;
2525
white-space: nowrap;
2626
}
2727

0 commit comments

Comments
 (0)