Files
redash/client/app/components/queries/QueryEditor/QueryEditorControls.less
2019-12-20 15:35:43 +02:00

24 lines
485 B
Plaintext

.query-editor-controls {
display: flex;
flex-wrap: nowrap;
align-items: stretch;
justify-content: stretch;
// Styles for a wrapper that `Tooltip` adds for disabled `Button`s
span.query-editor-controls-button {
display: flex !important;
align-items: stretch;
justify-content: stretch;
}
.ant-btn {
height: auto;
.fa + span,
.zmdi + span {
// if button has icon and label - add some space between them
margin-left: 5px;
}
}
}