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

Craig Kaiser craig at bestpractical.com
Fri Nov 15 09:44:20 EST 2019


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

- Log -----------------------------------------------------------------
commit 752ae315e311e8c22c67b740c12994162ea9fbfc
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