1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-04 04:55:25 +02:00

fix: Set font-size on add task button

This commit is contained in:
Maksim Eltyshev 2025-07-21 18:50:44 +02:00
parent d8fbf2f909
commit e742cb4737

View file

@ -53,6 +53,7 @@
} }
.taskButtonText { .taskButtonText {
font-size: 14px;
position: absolute; position: absolute;
top: 12px; top: 12px;
} }