Mani Maran
Posts: 0
Joined: Tue Jul 21, 2015 12:49 am

collapsible increase width

In my app, i created left panel, inside i put several buttons and collapsible and my problem is i want to increase collapsible width that fits panel and corners should be edgy, not round, ya i saw article about to increase width by datainset="false" and corners in jquery mobile demos, that site says to edit in html, If i edit in html appery.io gone crazy so tell me alternate way to edit in css. my app public link: (http://appery.io/app/mobile-frame?src...)Image

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

collapsible increase width

Hello Mani,

Please add CSS property "border-radius" to the collapsible block:

border-radius: 0;

You can increase width of collapsible block via CSS:

  1. set prepadding: 0;/pre for the collapsible block's wrapper component;
  2. set prewidth: 100%;
    margin: 0;/pre for the collapsible block
Mani Maran
Posts: 0
Joined: Tue Jul 21, 2015 12:49 am

collapsible increase width

thanks,

Return to “Issues”