Bläddra i källkod

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

Romain 6 år sedan
förälder
incheckning
5fd68212af
1 ändrade filer med 1 tillägg och 1 borttagningar
  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(