mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 17:38:54 +00:00
Fix padding at no schema sources
This commit is contained in:
parent
0a6fc27fdd
commit
89592d3e80
@ -139,7 +139,7 @@
|
||||
on-refresh="refreshSchema()"
|
||||
ng-show="hasSchema">
|
||||
</schema-browser>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- end of editor -->
|
||||
|
@ -46,7 +46,7 @@ function QueryViewCtrl(
|
||||
|
||||
function toggleSchemaBrowser(hasSchema) {
|
||||
$scope.hasSchema = hasSchema;
|
||||
$scope.editorSize = hasSchema ? 'col-md-9 p-l-0' : 'col-md-12';
|
||||
$scope.editorSize = hasSchema ? 'col-md-9 p-l-0' : 'col-md-12 p-l-0 p-r-0';
|
||||
}
|
||||
|
||||
function getSchema(refresh = undefined) {
|
||||
|
Loading…
Reference in New Issue
Block a user