[Rt-commit] rt branch, 4.6/fix-multi-line-search-result-formats, repushed
Blaine Motsinger
blaine at bestpractical.com
Fri Jan 17 19:07:21 EST 2020
The branch 4.6/fix-multi-line-search-result-formats was deleted and repushed:
was d5aea1ab8fec7678219fa70a8a1160206f1df28d
now 011e99c297f9ec028bc2e65d9e9f92bbfd55752d
1: e49643a9dd = 1: e49643a9dd Remove border from table row if multi-line
2: ab58fc1e4a = 2: ab58fc1e4a Tighten padding for table row if multi-line
3: 3e1b8e93e3 = 3: 3e1b8e93e3 Tighten padding for table heading if multi-line
4: d5aea1ab8f ! 4: 011e99c297 Add style to Articles/index
@@ -80,7 +80,7 @@
text-decoration: underline;
}
+
-+#comp-Articles .form-row {
++#comp-Articles .card-body .form-row {
+ margin-top: 0;
+ margin-bottom: 0;
+ padding: 0.5rem;
@@ -90,8 +90,10 @@
+ padding-bottom: 0.15rem;
+}
+
-+#comp-Articles .article-summary {
++#comp-Articles .card-body .article-summary {
+ padding-top: 0;
+}
+
-+/* TODO - border-top: 1px solid #dee2e6; */
++#comp-Articles .card-body .form-row.article-headers, #comp-Articles .card-body .form-row.article-summary {
++ border-bottom: 1px solid #dee2e6;
++}
More information about the rt-commit
mailing list