Adjustment of field length in custom css does not work for all field types

Post Reply
rh@syconics.de
Sponsor
Sponsor
Posts: 92
Joined: 08 Feb 2016, 18:03
Name: Reinhard Hansmann
Location: Frankenberg/Eder (Germany)
Company Name: syconics UGhb & Co. KG

Adjustment of field length in custom css does not work for all field types

Post by rh@syconics.de »

If I adjust field length in Custom CSS (input-small, input-medium, etc.) this does not work for any of the fieldtypes "Entity". It seems that length value for these fields is generated by program with fix values

Another thing: for several fields exists no possibility to specify length. For fields of type "Dropdown with Multiselect" I suggest a width of 100%. Or You provide a way to adjust this in custom CSS.
User avatar
support
Site Admin
Posts: 6222
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Adjustment of field length in custom css does not work for all field types

Post by support »

It's because filed type like Entity or Entity Ajax use extra JS lib to build dropdown and it doesn't use input-small, input-medium, etc
rh@syconics.de
Sponsor
Sponsor
Posts: 92
Joined: 08 Feb 2016, 18:03
Name: Reinhard Hansmann
Location: Frankenberg/Eder (Germany)
Company Name: syconics UGhb & Co. KG

Re: Adjustment of field length in custom css does not work for all field types

Post by rh@syconics.de »

I know, but it makes sense that the container of these elements has 100% width, so that more elements can be shown in 1 line (row) .
Post Reply