mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 09:20:10 +01:00
Merge pull request #15 from nikikante/Website-dropdown-is-off-by-1-or-2
Fixed spacing beetwen button and dropdown menu
This commit is contained in:
commit
cb18dcc629
1 changed files with 6 additions and 0 deletions
|
|
@ -174,6 +174,12 @@
|
|||
background-color: #CDE7F9;
|
||||
}
|
||||
|
||||
.try .editor.row .bootstrap-select .dropdown-menu {
|
||||
margin: 0;
|
||||
border-top: 0
|
||||
}
|
||||
|
||||
|
||||
.try .editor .editor-frame {
|
||||
position: relative;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue