Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter jtmiles

    (@jtmiles)

    !UPDATE!

    When I move my cursor “in” the skinny line I can see that the categories are in there.

    I am looking at CSS to see if I can expand the column to make my selections.

    John

    Thread Starter jtmiles

    (@jtmiles)

    Ok, Fixed it!

    Changed:

    .ms-choice {
    display: block;
    width: 100%;
    height: 26px;

    to
    .ms-choice {
    display: block;
    width: 500px;
    height: 26px;

    and

    .ms-drop {
    width:100%;
    overflow: hidden;

    to
    .ms-drop {
    width:500px;
    overflow: hidden;

    That allowed me to make the selections!

    John

    Thread Starter jtmiles

    (@jtmiles)

    Fixed on my end

    THANK YOU!

    This worked perfectly. Hopefully the developer will fix it.

    Displays full-width selection box in Chrome, ‘skinny bar’ in IE 11

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Dropdown of categories in user profile is’ is closed to new replies.