ibm-cloud-architecture / refarch-cloudnative-bluecompute-web

This project is part of the 'IBM Cloud Native Reference Architecture for Kubernetes' suite
https://github.com/ibm-cloud-architecture/refarch-cloudnative-kubernetes
18 stars 73 forks source link

Nested link (A) and grid view (div class=pure-g) for the inventory display breaks the formatting for Windows based browsers #2

Open vbudi000 opened 8 years ago

vbudi000 commented 8 years ago

Recommend to put the link under the individual cell for StoreWebApp/views/inventory.jade

            div.item-box
              div.pure-g
                div.pure-u-1-1
                  a(href= "/item/" + item.id).pure-menu-link.item-link
                    img(src= base_url + item.img).pure-img
                div.pure-u-1-1
                  a(href= "/item/" + item.id).pure-menu-link.item-link
                    div.item-section= item.name
                div.pure-u-1-2
                  a(href= "/item/" + item.id).pure-menu-link.item-link
                    div.item-section= '$' + item.price
                div.pure-u-1-2
                  a(href= "/item/" + item.id).pure-menu-link.item-link
gangchen03 commented 8 years ago

Hi Budi, I can't test this on a Windows platform, can you make a pull request with code change? Thx...