Skip to content

Commit

Permalink
style(resource): add word-break property on td
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jan 27, 2017
1 parent 91761a1 commit e7ff73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/error.mustache
Expand Up @@ -396,7 +396,7 @@
letter-spacing: 0.4px;
color: #455275;
border-bottom: 1px solid #e8e8e8;
word-wrap: break-word;
word-break: break-word;
}
.request-details table td.title {
Expand Down

0 comments on commit e7ff73f

Please sign in to comment.