Files
redash/client/app/components/queries/EmbedQueryDialog.less
Gabriel Dutra 4f402379e8 Migrate Embed Query Dialog to React (#3783)
* 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
2019-05-15 08:38:40 +03:00

12 lines
142 B
Plaintext

@import '~antd/lib/button/style/index';
.embed-query-dialog {
label {
font-weight: normal;
}
.size-input {
width: 72px;
}
}