Merge pull request #880 from thornbill/stuck-in-the-middle

Fix text centering on multi-line titles
This commit is contained in:
Bond-009 2020-03-04 16:51:29 +01:00 committed by GitHub
commit 4dd09a0586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -539,6 +539,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
text-align: center;
} }
.detailPagePrimaryContainer { .detailPagePrimaryContainer {