From 9e8b02ac90f2ab86af5e6caaba107c426b1f8d4d Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Tue, 7 Jul 2015 14:38:36 -0800 Subject: [PATCH] Overflow table --- app/pods/compare/template.hbs | 2 +- app/styles/app.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/pods/compare/template.hbs b/app/pods/compare/template.hbs index 8724242..a4466f4 100644 --- a/app/pods/compare/template.hbs +++ b/app/pods/compare/template.hbs @@ -12,7 +12,7 @@ Please select one or more strains and one or more characteristics. {{else}} -
+
diff --git a/app/styles/app.css b/app/styles/app.css index ff245dd..2a02ea6 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -1,3 +1,8 @@ +.overflow-div { + white-space: nowrap; + overflow: auto; +} + .measurements-container { padding: 2em 0em 0em 0em; }