Browse Source

[UI] fitting long description in window (#2831)

Ayush Goyal 3 years ago
parent
commit
9755cf0623

File diff suppressed because it is too large
+ 0 - 0
apps/metastore/src/metastore/static/metastore/css/metastore.css


+ 1 - 1
apps/metastore/src/metastore/static/metastore/less/metastore.less

@@ -151,7 +151,7 @@
   .table-description {
     margin-bottom: 10px;
     margin-left: 30px;
-    white-space: pre;
+    white-space: pre-wrap;
   }
 
   .properties-table {

Some files were not shown because too many files changed in this diff