0
Fork 0
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:
Darcy Ye 2023-03-27 19:33:03 +08:00 committed by GitHub
parent f102d00b6d
commit 619e1b76a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,4 +14,9 @@
> * {
@include _.main-content-width;
}
// App Insights wrapper on cloud env prevents the CSS assignment to direct children
.appInsightsWrapper > * {
@include _.main-content-width;
}
}