chore(executions): avoid uppercase letters and monospace fonts for property labels (#13383)

Closes https://github.com/kestra-io/kestra/issues/13363.
This commit is contained in:
Miloš Paunović
2025-12-04 13:56:50 +01:00
committed by GitHub
parent 5db0f44fb6
commit 5245014a32

View File

@@ -56,8 +56,6 @@
& :deep(.label) {
display: flex;
align-items: center;
font-family: $font-family-monospace;
text-transform: uppercase;
& span.material-design-icon {
margin-right: calc($spacer / 2);