mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
fix(console): cloud env code editor over-expanding error (#3609)
This commit is contained in:
parent
f102d00b6d
commit
619e1b76a6
1 changed files with 5 additions and 0 deletions
|
@ -14,4 +14,9 @@
|
||||||
> * {
|
> * {
|
||||||
@include _.main-content-width;
|
@include _.main-content-width;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// App Insights wrapper on cloud env prevents the CSS assignment to direct children
|
||||||
|
.appInsightsWrapper > * {
|
||||||
|
@include _.main-content-width;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue