Completed
Last Updated: 03 May 2016 13:54 by ADMIN
ADMIN
Vessy
Created on: 19 Jan 2016 10:31
Category: Dock
Type: Bug Report
0
RadDock's elasticity is not applied properly
As of Q1 2016 the elasticity of RadDock is not behaving properly due to  some fixed font styles like:
.RadDock .rdCommandButton
 {
     font-size: 16px;
 }

Possible workaround:
div.RadDock .rdCommandButton
 {
     font-size: 1.2em;
 }
0 comments