mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user