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
3e1d5645
Unverified
Commit
3e1d5645
authored
Jul 24, 2019
by
Liana Husikyan
Committed by
GitHub
Jul 24, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2216 from ethereum/autocompleteStyle
autocomplete style
parents
1d349b05
7c770a62
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
auto-complete-popup-styles.js
src/app/ui/styles/auto-complete-popup-styles.js
+6
-4
No files found.
src/app/ui/styles/auto-complete-popup-styles.js
View file @
3e1d5645
...
...
@@ -5,13 +5,15 @@ var css = csjs`
position : absolute;
text-align : left;
display : none;
width :
100
%;
width :
95
%;
font-family : monospace;
font-size : 10px
;
background-color : var(--secondary)
;
overflow : auto;
padding-bottom : 13px;
z-index : 2;
bottom : 1.7em;
z-index : 80;
bottom : 1em;
border-width : 4px;
left : 2em;
}
.autoCompleteItem {
...
...
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