[Rt-commit] rt branch, 5.0/small-screen, updated. rt-5.0.0alpha1-165-g477380200c

Craig Kaiser craig at bestpractical.com
Wed Apr 29 17:16:07 EDT 2020


The branch, 5.0/small-screen has been updated
       via  477380200c85c116865604be54ade7ef577f6b50 (commit)
      from  aa2aa3816e9a2fa63a2c5e2ad62761c6f3e3c0e7 (commit)

Summary of changes:
 share/html/Elements/ShowLinks | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 477380200c85c116865604be54ade7ef577f6b50
Author: Craig <craig at bestpractical.com>
Date:   Wed Apr 29 17:13:30 2020 -0400

    Increase ShowLinks label col size for sm screens

diff --git a/share/html/Elements/ShowLinks b/share/html/Elements/ShowLinks
index bc4506d4b7..bc5fe0cb6d 100644
--- a/share/html/Elements/ShowLinks
+++ b/share/html/Elements/ShowLinks
@@ -48,13 +48,13 @@
 <div class="container">
 % for my $type (@display) {
   <div class="form-row <%$type%><% $clone{$type} || $Object->$type->Count ? q{} : q{ unset-field}%>">
-    <div class="label col-3">
+    <div class="label col-4 col-md-3">
       <& ShowRelationLabel, Object => $Object, Label => $labels{$type}.':', Relation => $type &>
 %     if ($clone{$type}) {
         <span class="create">(<a href="<% $clone{$type} %>"><% loc('Create') %></a>)</span>
 %     }
     </div>
-    <div class="value col-9"><span class="current-value">
+    <div class="value col-8 col-md-9"><span class="current-value">
       <& ShowLinksOfType, Object => $Object, Type => $type, Recurse => ($type eq 'Members') &>
     </span></div>
   </div>

-----------------------------------------------------------------------


More information about the rt-commit mailing list