Completed
Last Updated: 25 Apr 2016 05:43 by ADMIN
ADMIN
Danail Vasilev
Created on: 15 Jul 2014 07:14
Category: FormDecorator
Type: Bug Report
0
FIX Labels of decorated Radio Buttons by RadFormDecorator are displayed inline-block in Chrome
For the time being the following CSS can be used:

    <style>
        html.RadForm.rfdRadio.rfdLabel label {
            display: inline;
        }
    </style>
0 comments