[Rt-commit] rt branch, master, updated. rt-4.4.4-529-g73f20623ec
? sunnavy
sunnavy at bestpractical.com
Fri Nov 15 09:16:05 EST 2019
The branch, master has been updated
via 73f20623ec0bfc8ced4f4bf28c18d27a0ea7c9d7 (commit)
from 5595bc80d494394b4de74e670f14d64645999e44 (commit)
Summary of changes:
share/html/Admin/Groups/Modify.html | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 73f20623ec0bfc8ced4f4bf28c18d27a0ea7c9d7
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Nov 15 22:07:52 2019 +0800
Remove unnecessary div.form-row for cf widget on group create/modify pages
It didn't have corresponding "col" divs as children, so the UI was
actually broken(the "Custom Fields" widget was quite narrow).
diff --git a/share/html/Admin/Groups/Modify.html b/share/html/Admin/Groups/Modify.html
index 41cc012f99..0d746017b1 100644
--- a/share/html/Admin/Groups/Modify.html
+++ b/share/html/Admin/Groups/Modify.html
@@ -88,9 +88,7 @@
</div>
</div>
</&>
- <div class="form-row">
- <& /Elements/EditCustomFieldCustomGroupings , Object => $Group, &>
- </div>
+ <& /Elements/EditCustomFieldCustomGroupings , Object => $Group, &>
% $m->callback( %ARGS, GroupObj => $Group, results => \@results );
% if ( $Create ) {
-----------------------------------------------------------------------
More information about the rt-commit
mailing list