[Rt-commit] rt branch, 4.6/fix-multi-line-search-result-formats, updated. rt-4.4.4-700-ga07653b922
Blaine Motsinger
blaine at bestpractical.com
Wed Jan 15 18:05:16 EST 2020
The branch, 4.6/fix-multi-line-search-result-formats has been updated
via a07653b922e0f1faed4939eb6727f404680a9ec5 (commit)
from 4c7915a2f4ecf79d777269f62b41c788b528bbe2 (commit)
Summary of changes:
share/static/css/elevator-light/misc.css | 4 ++++
1 file changed, 4 insertions(+)
- Log -----------------------------------------------------------------
commit a07653b922e0f1faed4939eb6727f404680a9ec5
Author: Blaine Motsinger <blaine at bestpractical.com>
Date: Wed Jan 15 17:04:47 2020 -0600
Tighten padding for table heading if multi-line
diff --git a/share/static/css/elevator-light/misc.css b/share/static/css/elevator-light/misc.css
index 49debc2e99..20118deb74 100644
--- a/share/static/css/elevator-light/misc.css
+++ b/share/static/css/elevator-light/misc.css
@@ -124,6 +124,10 @@ svg.icon-helper {
color: #666;
}
+tr.collection-as-table+tr.collection-as-table th, tr.collection-as-table+tr.collection-as-table th {
+ padding-top: 0;
+}
+
/* row colouring */
.oddline {
background-color: rgba(0, 0, 0, 0.05);
-----------------------------------------------------------------------
More information about the rt-commit
mailing list