mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
fix: limit front card width to prevent map overflow before repaint
This commit is contained in:
parent
046540cd78
commit
7e83904ee8
1 changed files with 14 additions and 8 deletions
|
|
@ -10,7 +10,12 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .flipped {
|
::ng-deep {
|
||||||
|
.front-container {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flipped {
|
||||||
.back-container {
|
.back-container {
|
||||||
.flip-icon {
|
.flip-icon {
|
||||||
transform: scaleX(-1);
|
transform: scaleX(-1);
|
||||||
|
|
@ -24,3 +29,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue