OpenLiberty / iguide-microprofile-config-intro

Open Liberty MicroProfile Config Guide: https://openliberty.io/guides/microprofile-config-intro.html
Other
2 stars 2 forks source link

Fix card overflow when using browser to zoom in #244

Closed lavenal closed 5 years ago

lavenal commented 5 years ago

With browser zooming in to 50% or less, the text in the ordinal card is overflow. The fix is to hide the overflow in the card and show the full content when the card is hovered over.

steven1046 commented 5 years ago

This improves the text staying inside of the card. The user can't read the text at 50% zoom or less until they hover over the card to make it appear on top, but that's ok imo.

dmorgant commented 5 years ago

On windows it still looks good. The text never overflowed the card on windows, and with these changes it still looks like it did before.

lavenal commented 5 years ago

Thank you both!