#727 correct min-height issue in RTL language (Persian/Arabic)
Merged 6 years ago by robyduck. Opened 6 years ago by haghighi.
Unknown source correct_rtl_height  into  master

@@ -712,7 +712,7 @@

    text-align: center;

    padding-top: 2em;

    padding-bottom: 5em;

-   min-height: 290px;

+   min-height: 290px !important;

  }

  

  .productitem img {

The getfedora.org have problems in RTL languages like Persian (https://getfedora.org/fa) and Arabic (https://getfedora.org/ar).
e.g. description for Workstation overlaps it's picture.
Problem solved by changing min-height for productitem in the website's CSS.

LGTM. Thanks for your help!

Pull-Request has been merged by robyduck

6 years ago
Metadata