🐛 Re #41: Fixes small UI issue on tile-title

This commit is contained in:
Alicia Sykes 2021-06-24 13:03:59 +01:00
parent 701ecb4707
commit f77cf4e478
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%;