[Rt-commit] rt 02/02: Increase asset custom field label size

craig kaiser craig at bestpractical.com
Fri Jul 2 10:34:10 EDT 2021


This is an automated email from the git hooks/post-receive script.

craig pushed a commit to branch 5.0/increase-asset-groupings-label-size
in repository rt.

commit 1a2e4ad8e71a10e4a6d435ccce5a8ca86ebc4e48
Author: craig kaiser <craig at bestpractical.com>
AuthorDate: Fri Jul 2 10:24:53 2021 -0400

    Increase asset custom field label size
---
 share/html/Asset/Elements/ShowSummary | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/share/html/Asset/Elements/ShowSummary b/share/html/Asset/Elements/ShowSummary
index f5aa452c3a..1c01ebe789 100644
--- a/share/html/Asset/Elements/ShowSummary
+++ b/share/html/Asset/Elements/ShowSummary
@@ -77,12 +77,12 @@ for my $section (@sections) {
         </&>
       </div>
 % }
-      <div class="col-4">
-        <& /Elements/ShowCustomFieldCustomGroupings,
-          Object => $AssetObj,
-          title_href => $can_edit ? RT->Config->Get("WebPath") . "/Asset/ModifyCFs.html" : "",
-          TitleBoxARGS => { title_class => "inverse" },
-        &>
-    </div>
+
+    <& /Elements/ShowCustomFieldCustomGroupings,
+      Object => $AssetObj,
+      title_href => $can_edit ? RT->Config->Get("WebPath") . "/Asset/ModifyCFs.html" : "",
+      TitleBoxARGS => { title_class => "inverse" },
+      GroupingClass => 'col-4'
+    &>
   </div>
 </div>

-- 
To stop receiving notification emails like this one, please contact
sysadmin at bestpractical.com.


More information about the rt-commit mailing list