Datasources: fix pre styles (#24687)

This commit is contained in:
Agnès Toulet 2020-05-14 16:04:53 +02:00 committed by GitHub
parent c59f5436c0
commit 7fbed90b89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,7 +164,7 @@ $input-border: 1px solid $input-border-color;
}
.gf-form-pre {
display: block;
display: block !important;
flex-grow: 1;
margin: 0;
margin-right: $space-xs;