Add missing style back
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
3dd3e67a63
commit
2fc245f871
1 changed files with 5 additions and 0 deletions
|
@ -89,3 +89,8 @@
|
||||||
transform-origin: center center;
|
transform-origin: center center;
|
||||||
animation: heartbeat 1.5s ease-in-out infinite both;
|
animation: heartbeat 1.5s ease-in-out infinite both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ptr,
|
||||||
|
.ptr__children {
|
||||||
|
@apply overflow-visible #{!important};
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue