Files
redash/client/app/components/visualizations/editor/Switch.less
2020-04-25 15:51:21 -03:00

9 lines
108 B
Plaintext

.switch-with-label {
display: flex;
align-items: center;
.switch-text {
margin-left: 10px;
}
}