mirror of https://github.com/Lissy93/dashy.git
🐛 Re #41: Fixes small UI issue on tile-title
This commit is contained in:
parent
701ecb4707
commit
f77cf4e478
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue