brianpat VIP
Total posts: 211
03 Mar 2014 22:00

Hi,

This looks to be a bug. the field levels on list and detail pages are not displaying in full. can somebody look at it? break

Last Modified: 07 Mar 2014


Sergey
Total posts: 13,748
04 Mar 2014 14:41

I believe we have already discussed this somewhere. this is bottstrap dd/dt styles. You have to adjust it in CSS files.


brianpat VIP
Total posts: 211
06 Mar 2014 17:55

Sergey I believe we have already discussed this somewhere. this is bottstrap dd/dt styles. You have to adjust it in CSS files.

can i get any link to that discussion, i m not finding here.


Sergey
Total posts: 13,748
07 Mar 2014 07:21

Unfortunateky I cannot find it either.

But my point is, it is standard Twitter Bootstrap markup. We did not invent anything or styled. If it does not work, you have to adjust your CSS.


Sackgesicht VIP
Total posts: 1,636
07 Mar 2014 07:27

check the width setting in your bootstrap.css file ... it might be around line 822 and adjust it accordingly

.dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

if your template provides something like 3rd party support, better create a new css file for it to override the bootstrap setting


brianpat VIP
Total posts: 211
07 Mar 2014 09:10

Sackgesicht check the width setting in your bootstrap.css file ... it might be around line 822 and adjust it accordingly .dl-horizontal dt { float: left; width: 160px; overflow: hidden; clear: left; text-align: right; text-overflow: ellipsis; white-space: nowrap; }

if your template provides something like 3rd party support, better create a new css file for it to override the bootstrap setting

Mine is standart protostar, i will try your suggestion.

Powered by Cobalt