Completed
Last Updated: 22 Jun 2022 11:11 by ADMIN
ADMIN
Marin Bratanov
Created on: 03 Oct 2016 07:41
Category: FormDecorator
Type: Bug Report
0
Incorrect text alignment for select elements when parent node has text-align: right
Actual: text squished to the right, overlaps the dropdown arrow

Expected: text looks normal, just the select is positioned to the right

Workaround:
            .rfdSelect,
            .rfdSelectBoxDropDown
            {
                text-align: left;
            }

            .rfdRtl .rfdSelect
            {
                text-align: right;
            }
0 comments