diff options
Diffstat (limited to 'catalog-ui/src/app/view-models/workspace')
-rw-r--r-- | catalog-ui/src/app/view-models/workspace/tabs/properties/properties.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/catalog-ui/src/app/view-models/workspace/tabs/properties/properties.less b/catalog-ui/src/app/view-models/workspace/tabs/properties/properties.less index 48c462e143..0797126cb8 100644 --- a/catalog-ui/src/app/view-models/workspace/tabs/properties/properties.less +++ b/catalog-ui/src/app/view-models/workspace/tabs/properties/properties.less @@ -60,7 +60,8 @@ } .table{ - height:490px; + height: 100%; + min-height: 500px; margin-bottom: 0; } |