ryanmitchell / ti-ext-kitchendisplay

Other
14 stars 9 forks source link

Cards compress too small #8

Closed roydeanjr closed 4 years ago

roydeanjr commented 4 years ago

Just noticed that the cards are compressing too narrow when thee are not enough to fill a page. check out the image: image

ryanmitchell commented 4 years ago

Try replacing the "col col-sm-6 col-lg-4 mb-4” with “col” in the view and let me know how that works for you across various screen sizes.

On 12 Sep 2020, at 23:08, roydeanjr notifications@github.com wrote:

Just noticed that the cards are compressing too narrow when thee are not enough to fill a page. check out the image: https://user-images.githubusercontent.com/36243458/93005819-83f44500-f51a-11ea-90e9-b7f192d5ecc8.png — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ryanmitchell/ti-ext-kitchendisplay/issues/8, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAMVOYJ7Q4BONTLPNJZJZDSFPWOBANCNFSM4RKA4AJA.

roydeanjr commented 4 years ago

Works best with this col col-sm-auto col-lg-auto mb-3. Thank you! I'll create a PR as I added some code to the view to add a <br/> after an item that has no options.