fix(console): rename class (#4880)

fix: rename class
This commit is contained in:
Max Peintner 2022-12-14 14:04:54 +01:00 committed by GitHub
parent 806b9e8238
commit c336d6fd3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -568,7 +568,7 @@
</div>
</mat-panel-title>
</mat-expansion-panel-header>
<div class="adv-container">
<div class="behavior-exapandable">
<cnsl-info-section>
<div class="checkbox-info-section">
<mat-checkbox

View File

@ -290,7 +290,7 @@
}
}
.adv-container {
.behavior-exapandable {
display: flex;
flex-direction: column;
padding-bottom: 50px;