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; }