fixed the width of error messages

pull/1/head
Liana Husikyan 5 years ago committed by GitHub
parent e258441463
commit 4ed2e23d4f
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 {
padding-left: 5px;
padding-right: 5px;
word-break: break-all;
}
.spinningIcon {

Loading…
Cancel
Save