[Rt-commit] rt branch, 4.6/scroll-tables-on-small-screens, created. rt-4.4.4-530-g793b95b121

Craig Kaiser craig at bestpractical.com
Mon Nov 18 16:37:58 EST 2019


The branch, 4.6/scroll-tables-on-small-screens has been created
        at  793b95b121a170d18e0c01b4337ca840570bdd4e (commit)

- Log -----------------------------------------------------------------
commit 793b95b121a170d18e0c01b4337ca840570bdd4e
Author: Craig Kaiser <craig at bestpractical.com>
Date:   Fri Nov 15 09:44:04 2019 -0500

    Make x overflow scrollable on long tables

diff --git a/share/static/css/elevator-light/ticket-lists.css b/share/static/css/elevator-light/ticket-lists.css
index 70609e0987..39cbd3619d 100644
--- a/share/static/css/elevator-light/ticket-lists.css
+++ b/share/static/css/elevator-light/ticket-lists.css
@@ -15,6 +15,13 @@ table.collection-as-table a {
     font-weight: bold
 }
 
+ at media only screen and (max-width: 600px) {
+    table.collection-as-table {
+        display: inline-block;
+        overflow-x: scroll;
+    }
+}
+
 table.collection-as-table th.collection-as-table a,
 table.queue-summary th.collection-as-table a {
     color: #3858a3

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


More information about the rt-commit mailing list