mirror of
https://github.com/getredash/redash.git
synced 2026-03-21 07:00:07 -04:00
11 lines
231 B
Plaintext
11 lines
231 B
Plaintext
.ant-form-horizontal--labels-left {
|
|
.ant-form-item-label {
|
|
text-align: left;
|
|
white-space: normal;
|
|
|
|
> label::after {
|
|
content: none; // Do not show ":" next to label when they are aligned on left side
|
|
}
|
|
}
|
|
}
|