1
0

Fix task icon size

This commit is contained in:
kolaente
2021-01-16 21:48:38 +01:00
parent cf951d2846
commit 60baa3353f

View File

@ -50,6 +50,8 @@
width: calc(100% - 48px - 2em);
}
.content h3 .is-small {
font-size: 1rem;
.content h3 {
.icon, .is-small {
font-size: 1rem;
}
}