Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
c4eaa6cb
Unverified
Commit
c4eaa6cb
authored
Apr 28, 2020
by
yann300
Committed by
GitHub
Apr 28, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2780 from ethereum/stAn
replaced break-all to break-word
parents
bd0dabb2
f933fba3
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
terminal-styles.js
src/app/panels/styles/terminal-styles.js
+2
-2
DropdownPanel.js
src/app/tabs/debugger/debuggerUI/vmDebugger/DropdownPanel.js
+3
-3
staticAnalysisView-styles.js
...p/tabs/staticanalysis/styles/staticAnalysisView-styles.js
+1
-1
compile-tab-styles.js
src/app/tabs/styles/compile-tab-styles.js
+1
-1
TreeView.js
src/app/ui/TreeView.js
+1
-1
No files found.
src/app/panels/styles/terminal-styles.js
View file @
c4eaa6cb
...
...
@@ -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;
}
...
...
src/app/tabs/debugger/debuggerUI/vmDebugger/DropdownPanel.js
View file @
c4eaa6cb
...
...
@@ -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;
...
...
src/app/tabs/staticanalysis/styles/staticAnalysisView-styles.js
View file @
c4eaa6cb
...
...
@@ -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;
...
...
src/app/tabs/styles/compile-tab-styles.js
View file @
c4eaa6cb
...
...
@@ -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;
...
...
src/app/ui/TreeView.js
View file @
c4eaa6cb
...
...
@@ -27,7 +27,7 @@ var css = csjs`
align-items: center;
}
.label_tv>span {
word-break: break-
all
;
word-break: break-
word
;
}
`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment