[Rt-commit] rtir branch, 5.0/tighten-link-ticket-button-space, created. 4.0.1rc1-166-g66534d46

Aaron Trevena ast at bestpractical.com
Wed Jun 3 12:16:18 EDT 2020


The branch, 5.0/tighten-link-ticket-button-space has been created
        at  66534d4605f045747d6b45da3a386a30ac721ee5 (commit)

- Log -----------------------------------------------------------------
commit 66534d4605f045747d6b45da3a386a30ac721ee5
Author: Aaron Trevena <ast at bestpractical.com>
Date:   Wed Jun 3 17:14:35 2020 +0100

    Reduce gap around Link/New incident buttons in display/edit page
    
    Fixes ticket #228680

diff --git a/static/css/rtir-styles.css b/static/css/rtir-styles.css
index 5ab3ceb9..eab3d966 100644
--- a/static/css/rtir-styles.css
+++ b/static/css/rtir-styles.css
@@ -158,6 +158,18 @@ body.rtir .incidents .actions .button {
     border: none;
 }
 
+
+body.rtir .ticket-info-basics .incidents .table {
+    margin-top:0.5em;
+    margin-bottom:0.5em;
+}
+
+body.rtir .ticket-info-basics .incidents .table-responsive {
+    min-height:0;
+}
+
+
+
 body.rtir .incidents .actions #create-incident {
     background: #4040a0;
 }

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


More information about the rt-commit mailing list