From 00ee93ad8270b780f8542024e8c65da9cb0416bf Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 3 Sep 2017 21:09:44 +0200 Subject: [PATCH] Make slider single line --- slider.scss | 1 + styles.css | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/slider.scss b/slider.scss index 96766f3..3c7be5c 100644 --- a/slider.scss +++ b/slider.scss @@ -1,5 +1,6 @@ .slider { overflow-x: auto; + white-space: nowrap; ul { display: inline; diff --git a/styles.css b/styles.css index 69184dd..2bc79c9 100644 --- a/styles.css +++ b/styles.css @@ -3487,6 +3487,8 @@ form .inputPrefix { line-height: 2em; height: 100%; background: #bebebe; } +form table.layout { + table-layout: fixed; } form .layout td + td { padding-left: 5px; } form .list { @@ -3872,7 +3874,8 @@ div.alert { color: #4865a5; } .slider { - overflow-x: auto; } + overflow-x: auto; + white-space: nowrap; } .slider ul { display: inline; }