Преглед изворни кода

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(