mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
#496, override row margin left in monaco editor. css minify does not allow me put this rule in bootstrap fixes section.
This commit is contained in:
parent
ec6eefbd32
commit
4c208b788c
1 changed files with 6 additions and 0 deletions
|
|
@ -179,6 +179,12 @@
|
|||
color: #BBB;
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.try .editor .row {
|
||||
margin-left: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.try .container {
|
||||
margin: 0 24px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue