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
3aea3678
Commit
3aea3678
authored
Apr 23, 2019
by
Rob Stupay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update styles in multiParamManager
parent
ccee11ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
universal-dapp-styles.js
src/universal-dapp-styles.js
+5
-3
No files found.
src/universal-dapp-styles.js
View file @
3aea3678
...
...
@@ -173,7 +173,7 @@ var css = csjs`
}
.contractActionsContainerMultiInner {
margin-bottom: 10px;
padding: 0px 5px 5px
0
px;
padding: 0px 5px 5px
5
px;
background-color: var(--light);
width: 99%;
border-radius: 3px;
...
...
@@ -218,6 +218,7 @@ var css = csjs`
.multiArg {
margin-bottom: 8px;
/* display: flex; */
clear:both;
}
.multiArg input{
padding: 5px;
...
...
@@ -227,8 +228,9 @@ var css = csjs`
float: left;
margin-right: 6px;
font-size: 10px;
min-
width: 30%;
width: 30%;
padding-top: 5px;
word-break: break-all;
}
.multiArg button {
border-radius: 3px;
...
...
@@ -243,7 +245,7 @@ var css = csjs`
}
.hasArgs .multiArg input {
border-left: 1px solid #dddddd;
width: 6
0
%;
width: 6
7
%;
}
.hasArgs input {
display: block;
...
...
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