瀏覽代碼

HUE-8970 [catalog] Avoid long empty description column in sample popup

Romain 6 年之前
父節點
當前提交
5fd68212af
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/core/src/desktop/js/ko/components/ko.catalogEntriesList.js

+ 1 - 1
desktop/core/src/desktop/js/ko/components/ko.catalogEntriesList.js

@@ -166,7 +166,7 @@ const TEMPLATE = `
   'Field'
 )}'"></span> (<span data-bind="text: filteredEntries().length"></span>)</th>
         <th>${I18n('Type')}</th>
-        <th>${I18n(
+        <th with="25%">${I18n(
           'Description'
         )} <!-- ko if: loadingNav --><i class="fa fa-spinner fa-spin"></i><!-- /ko --></th>
         <th colspan="2">${I18n(