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
0c6247dc
Unverified
Commit
0c6247dc
authored
Dec 03, 2020
by
yann300
Committed by
GitHub
Dec 03, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #626 from ethereum/styleDAR
style fix in tx item
parents
52c0910f
58bb328f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
1 deletion
+5
-1
panel.js
apps/remix-ide/src/app/components/panel.js
+1
-0
run-tab-styles.js
apps/remix-ide/src/app/tabs/styles/run-tab-styles.js
+1
-0
universal-dapp-ui.js
apps/remix-ide/src/app/ui/universal-dapp-ui.js
+1
-1
universal-dapp-styles.js
apps/remix-ide/src/universal-dapp-styles.js
+2
-0
No files found.
apps/remix-ide/src/app/components/panel.js
View file @
0c6247dc
...
...
@@ -13,6 +13,7 @@ const css = csjs`
}
.plugItIn > div {
overflow-y : auto;
overflow-x : hidden;
height : 100%;
width : 100%;
}
...
...
apps/remix-ide/src/app/tabs/styles/run-tab-styles.js
View file @
0c6247dc
...
...
@@ -53,6 +53,7 @@ var css = csjs`
.select {
font-weight: normal;
width: 100%;
overflow: hidden;
}
.instanceContainer {
display: flex;
...
...
apps/remix-ide/src/app/ui/universal-dapp-ui.js
View file @
0c6247dc
...
...
@@ -78,7 +78,7 @@ UniversalDAppUI.prototype.renderInstanceFromABI = function (contractABI, address
var
close
=
yo
`
<button
class="
${
css
.
udappClose
}
mr-
2 p-1 btn btn-secondary
"
class="
${
css
.
udappClose
}
mr-
1 p-1 btn btn-secondary align-items-center
"
data-id="universalDappUiUdappClose"
onclick=
${
remove
}
title="Remove from the list"
...
...
apps/remix-ide/src/universal-dapp-styles.js
View file @
0c6247dc
...
...
@@ -34,6 +34,7 @@ var css = csjs`
word-break: break-word;
width: 100%;
border: none;
overflow: hidden;
}
.spanTitleText {
line-height: 12px;
...
...
@@ -43,6 +44,7 @@ var css = csjs`
border: none;
background: none;
text-transform: uppercase;
overflow: hidden;
}
.inputGroupText {
width: 100%;
...
...
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