mirror of https://github.com/apache/druid.git
Small tweak to override Blueprint's CSS rule for lookup edit dialog (#7283)
* Small tweak to override Blueprint's CSS rule * Follow the same CSS style by using &
This commit is contained in:
parent
b2a940addd
commit
e58f541047
|
@ -16,10 +16,14 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.lookup-edit-dialog {
|
|
||||||
top: 10vh;
|
|
||||||
|
|
||||||
width: 600px;
|
|
||||||
|
.lookup-edit-dialog {
|
||||||
|
&.pt-dialog{
|
||||||
|
top: 10vh;
|
||||||
|
|
||||||
|
width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
.ace_editor{
|
.ace_editor{
|
||||||
margin: 0px 20px 10px;
|
margin: 0px 20px 10px;
|
||||||
|
|
Loading…
Reference in New Issue