Unverified Commit c4eaa6cb authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #2780 from ethereum/stAn

replaced break-all to break-word
parents bd0dabb2 f933fba3
......@@ -62,7 +62,7 @@ var css = csjs`
font-family : monospace;
}
.block {
word-break : break-all;
word-break : break-word;
white-space : pre-wrap;
line-height : 2ch;
padding : 1ch;
......@@ -82,7 +82,7 @@ var css = csjs`
font-size : 14px;
}
.input {
word-break : break-all;
word-break : break-word;
outline : none;
font-family : monospace;
}
......
......@@ -28,15 +28,15 @@ var css = csjs`
}
.dropdownpanel {
width: 100%;
word-break: break-all;
word-break: break-word;
}
.dropdownrawcontent {
padding: 2px;
word-break: break-all;
word-break: break-word;
}
.message {
padding: 2px;
word-break: break-all;
word-break: break-word;
}
.refresh {
display: none;
......
......@@ -8,7 +8,7 @@ var css = csjs`
.result {
margin-top: 1%;
max-height: 300px;
word-break: break-all;
word-break: break-word;
}
.buttons {
margin: 1rem 0;
......
......@@ -158,7 +158,7 @@ const css = csjs`
.errorBlobs {
padding-left: 5px;
padding-right: 5px;
word-break: break-all;
word-break: break-word;
}
.storageLogo {
width: 20px;
......
......@@ -27,7 +27,7 @@ var css = csjs`
align-items: center;
}
.label_tv>span {
word-break: break-all;
word-break: break-word;
}
`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment