Files
redash/client/app/styles/formStyle.less
Gabriel Dutra b326d36ae8 Update Organization Settings (#5114)
* Update Organization Settings

* Cypress: Update tab naming
2020-08-19 13:09:28 +03:00

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
}
}
}