[Rt-commit] rt branch, 4.6/scroll-tables-on-small-screens, created. rt-4.4.4-695-g47fce15c35
Blaine Motsinger
blaine at bestpractical.com
Mon Jan 13 14:00:59 EST 2020
The branch, 4.6/scroll-tables-on-small-screens has been created
at 47fce15c354db2694f5611bebc3178c4c778c9ea (commit)
- Log -----------------------------------------------------------------
commit 47fce15c354db2694f5611bebc3178c4c778c9ea
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