Completed
Last Updated: 24 Dec 2015 08:44 by ADMIN
ADMIN
Vessy
Created on: 26 Nov 2015 16:43
Category: Splitter
Type: Feature Request
1
The Title of a Sliding Pane tab is truncated in Edge
If the title of a SlidingPane is more than 22px it gets truncated in vertically oriented Splitter.


The issue is reproducible in Edge

http://demos.telerik.com/aspnet-ajax/splitter/examples/sp_firstlook/defaultcs.aspx

Workaround:
 <style type="text/css">

        .rspPaneTabContainer{
            height: initial !important;
        }

    </style>
0 comments