Skip to content

Commit

Permalink
Merge pull request #2277 from ethereum/toasterIssue
Browse files Browse the repository at this point in the history
fixed the width of error messages
  • Loading branch information
yann300 authored Aug 20, 2019
2 parents fe101a5 + 4ed2e23 commit d5960ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/tabs/styles/compile-tab-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ const css = csjs`
.errorBlobs {
padding-left: 5px;
padding-right: 5px;
word-break: break-all;
}
.spinningIcon {
Expand Down

0 comments on commit d5960ab

Please sign in to comment.