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:
Qi Shu 2019-03-18 14:24:50 -07:00 committed by Gian Merlino
parent b2a940addd
commit e58f541047
1 changed files with 7 additions and 3 deletions

View File

@ -16,10 +16,14 @@
* limitations under the License. * limitations under the License.
*/ */
.lookup-edit-dialog { .lookup-edit-dialog {
&.pt-dialog{
top: 10vh; top: 10vh;
width: 600px; width: 600px;
}
.ace_editor{ .ace_editor{
margin: 0px 20px 10px; margin: 0px 20px 10px;