CSS Issue with People Picker and SBS

Home Forums Classic DFFS CSS Issue with People Picker and SBS

Viewing 2 reply threads
  • Author
    Posts
    • #34262
      Mark Maconachie
      Participant

        Hi Alex,
        SP2010
        Version information
        DFFS frontend: 4.4.3.42
        DFFS frontend CSS: 4.44 / 4.44

        If a people picker is assigned an SBS index then the .ms-inputuserfield collapses to a width of 0px.

        I can fix this manually with
        .ms-inputuserfield {
        min-width: 200px
        }
        but would prefer to stay away from overriding your PP CSS.
        Can you take a look please? I’d be happy to provided a SP2010 environment for testing.

      • #34264
        Mark Maconachie
        Participant

          I have upgraded to v4-4-5-27 and the issue persists. Further note that I am using the following custom CSS to ensure consistent dialog form width which may be causing the conflict.

          .sbs_FieldTable *{
          width:auto !important;
          }

        • #34267
          Alexander Bautz
          Keymaster

            Hi,
            I think .sbs_fieldTable *-style causes this issue so I’m not sure this something that I can fix in the base CSS.

            Alexander

        Viewing 2 reply threads
        • You must be logged in to reply to this topic.