We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a69b2 commit 3ec235cCopy full SHA for 3ec235c
public/css/style.css
@@ -61,8 +61,6 @@ span.control:hover {
61
background-color: #f5f5f5;
62
font-size: 13.3333px;
63
font-family: Verdana, Geneva, sans-serif;
64
- overflow-wrap: break-word;
65
- word-wrap: break-word;
66
}
67
.App__header {
68
color: #00d8ff;
@@ -118,6 +116,8 @@ span.control:hover {
118
116
color: #fff !important;
119
117
120
.App__content {
+ overflow-wrap: break-word;
+ word-wrap: break-word;
121
122
.App__footer {
123
margin-top: 1em;
0 commit comments