Skip to content

Commit 3ec235c

Browse files
Rishi Ranjanarnaudj
authored andcommitted
moving styles to .App__content for commit 31b21e
1 parent c1a69b2 commit 3ec235c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ span.control:hover {
6161
background-color: #f5f5f5;
6262
font-size: 13.3333px;
6363
font-family: Verdana, Geneva, sans-serif;
64-
overflow-wrap: break-word;
65-
word-wrap: break-word;
6664
}
6765
.App__header {
6866
color: #00d8ff;
@@ -118,6 +116,8 @@ span.control:hover {
118116
color: #fff !important;
119117
}
120118
.App__content {
119+
overflow-wrap: break-word;
120+
word-wrap: break-word;
121121
}
122122
.App__footer {
123123
margin-top: 1em;

0 commit comments

Comments
 (0)