Fix task icon size
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kolaente 2021-01-16 21:48:38 +01:00
parent cf951d2846
commit 60baa3353f
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 2 deletions

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;
}
}