Fix Marquee Ellipsis (#5183)

This commit is contained in:
Zack Arnett 2020-03-12 19:08:51 -04:00 committed by GitHub
parent 02d2368654
commit 01ff97b366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,13 +88,10 @@ class HuiMarquee extends LitElement {
:host([animating]) .marquee-inner {
left: initial;
right: initial;
}
:host([animating]) > div {
animation-play-state: running;
}
span {
:host([animating]) .marquee-inner span {
padding-right: 16px;
}