diff --git a/app/assets/stylesheets/products.css.scss b/app/assets/stylesheets/products.css.scss index 0feb590..6ee1bfe 100644 --- a/app/assets/stylesheets/products.css.scss +++ b/app/assets/stylesheets/products.css.scss @@ -40,3 +40,7 @@ div.out-of-stock { border-color:red; } + +.expand { + overflow: hidden; +} diff --git a/app/views/products/_index.html.haml b/app/views/products/_index.html.haml index e331386..75965b4 100644 --- a/app/views/products/_index.html.haml +++ b/app/views/products/_index.html.haml @@ -1,4 +1,4 @@ -%div{role: "tabpanel"} +.expand{role: "tabpanel"} / Nav tabs %ul.nav.nav-tabs{role: "tablist"} %li.active{role: "presentation"}