🔀 Merge pull request #59 from Lissy93/BUG-FIX_41-tile-title-ui-issue

Fixes #41 - small UI issue on tile-title
This commit is contained in:
Alicia Sykes 2021-06-24 13:15:18 +01:00 committed by GitHub
commit b93638238e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -223,6 +223,8 @@ export default {
.tile-title {
height: fit-content;
min-height: 1.2rem;
text-align: left;
max-width:140px;
span.text {
text-align: left;
padding-left: 10%;