0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-10 22:22:45 -05:00

fix(console): app insights wrapper direct children style (#3633)

This commit is contained in:
Darcy Ye 2023-03-29 18:22:02 +08:00 committed by GitHub
parent 8ffe82c4e2
commit ee074de3ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
}
// App Insights wrapper on cloud env prevents the CSS assignment to direct children
.appInsightsWrapper > * {
[class='appInsightsWrapper'] > * {
@include _.main-content-width;
}
}