Merge pull request #2277 from ethereum/toasterIssue

fixed the width of error messages
pull/1/head
yann300 6 years ago committed by GitHub
commit d5960abddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/app/tabs/styles/compile-tab-styles.js

@ -147,6 +147,7 @@ const css = csjs`
.errorBlobs { .errorBlobs {
padding-left: 5px; padding-left: 5px;
padding-right: 5px; padding-right: 5px;
word-break: break-all;
} }
.spinningIcon { .spinningIcon {

Loading…
Cancel
Save