[Rt-commit] rt branch, 4.6/align-people-in-assets, updated. rt-4.4.4-376-g21d693d23
Michel Rodriguez
michel at bestpractical.com
Tue Sep 10 18:35:44 EDT 2019
The branch, 4.6/align-people-in-assets has been updated
via 21d693d237167522108a38e5f2b8d5e540fbcc38 (commit)
via 665b93ce783d718b59c5ee3371f708ed75ec9065 (commit)
from dfade9b1791925ac732b3fd6ba587ac6adfb0393 (commit)
Summary of changes:
share/html/Elements/ShowRecord | 2 +-
share/static/css/elevator-light/misc.css | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 665b93ce783d718b59c5ee3371f708ed75ec9065
Author: michel <michel at bestpractical.com>
Date: Tue Sep 10 23:56:41 2019 +0200
Fixes the line height problem with multi-line content in form-control
diff --git a/share/static/css/elevator-light/misc.css b/share/static/css/elevator-light/misc.css
index 0d7cd856d..b30df7729 100644
--- a/share/static/css/elevator-light/misc.css
+++ b/share/static/css/elevator-light/misc.css
@@ -57,4 +57,7 @@ div.asset-people a.user-summary {
text-decoration: underline;
}
+div.asset-people span.current-value {
+ height: auto;
+}
commit 21d693d237167522108a38e5f2b8d5e540fbcc38
Author: michel <michel at bestpractical.com>
Date: Wed Sep 11 00:34:08 2019 +0200
Fixes formating of details, when $UserAssetExtraInfo is set, in Asset/People box
diff --git a/share/html/Elements/ShowRecord b/share/html/Elements/ShowRecord
index 3351f3b01..2ed80eb22 100644
--- a/share/html/Elements/ShowRecord
+++ b/share/html/Elements/ShowRecord
@@ -79,7 +79,7 @@ for my $column (@columns) {
$title = $fetch_columnmap->($attr,'title',[$attr]);
}
</%perl>
-<div class="record-field <% $Class ? CSSClass("$Class-field") : "" %> <% CSSClass($fetch_columnmap->($attr,'attribute',[$attr],'no_escape')) %>">
+<div class="record-field form-row <% $Class ? CSSClass("$Class-field") : "" %> <% CSSClass($fetch_columnmap->($attr,'attribute',[$attr],'no_escape')) %>">
<div class="label col-md-3"><% loc($title) |n %></div>
<%perl>
my @out;
-----------------------------------------------------------------------
More information about the rt-commit
mailing list