Keep bigger font size on workflow edit

This commit is contained in:
shamoon 2024-10-07 14:47:36 -07:00
parent faae0ad305
commit 2dc7c93dc6

View File

@ -3,3 +3,7 @@
color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
}
.accordion-button {
font-size: 1rem;
}