Merge pull request #2924 from crazyserver/MOBILE-3843

MOBILE-3843 format-text: Fix title overflow
main
Dani Palou 2021-08-26 11:34:17 +02:00 committed by GitHub
commit 28dd63910f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -201,6 +201,10 @@ core-format-text {
display: inline; display: inline;
} }
ion-header h1 > core-format-text {
display: inline;
}
@keyframes loading { @keyframes loading {
0% { 0% {
left: -45%; left: -45%;