fixed the width of error messages

pull/3094/head
Liana Husikyan 6 years ago committed by GitHub
parent a879a09f83
commit e3ff5a4f35
  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