mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 19:00:09 -04:00
14 lines
256 B
Plaintext
14 lines
256 B
Plaintext
.ant-radio-group.text-alignment-select {
|
|
display: flex;
|
|
align-items: stretch;
|
|
justify-content: stretch;
|
|
|
|
.ant-radio-button-wrapper {
|
|
flex-grow: 1;
|
|
text-align: center;
|
|
// fit <Input> height
|
|
height: 35px;
|
|
line-height: 33px;
|
|
}
|
|
}
|