mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 01:00:14 -04:00
* Update Antd * Migrate Embed Query Dialog to React * Update jest ScheduleDialog snapshot * Add Alert for unsafe queries * Add CodeBlock * Add inputs to change iframe size * Undo ant update * Update share embed spec * Update styling * Change border-radius to 2px * Update margin between Public URL and IFrame Embed
12 lines
142 B
Plaintext
12 lines
142 B
Plaintext
@import '~antd/lib/button/style/index';
|
|
|
|
.embed-query-dialog {
|
|
label {
|
|
font-weight: normal;
|
|
}
|
|
|
|
.size-input {
|
|
width: 72px;
|
|
}
|
|
}
|