DFFS Backend v4.4.3.47 – SBS alignment

Forums Classic DFFS DFFS Backend v4.4.3.47 – SBS alignment

Tagged: 

Viewing 2 reply threads
  • Author
    Posts
    • #21507
      Leon Perdue
      Participant

      Hi Alex,

      Not sure if this is a bug or intentional, but when i was testing v4.4.3.47, i noticed the SBS alignment is off.

      Attached are two screenshots, one from v4.4.3.47, and the other from v4.4.3.38.

      Here is the customer CSS i am using for both versions.

      
      
      .sbs_FieldTable *{
       width:auto !important;
      }
      /* Ensure the tooltip icon won't collapse */
      .customTooltipIcon{
       width:18px!important;
      }
      .sbs_tdIndex_1, .sbs_tdIndex_2, .sbs_tdIndex_3, .sbs_tdIndex_4{
          min-width:200px !important;	
          width:200px !important;
          white-space:normal!important;
      }
      input{
          width:150px;
      }
      div.sp-peoplepicker-topLevel{
          width:200px !important;
      }

      Any suggestions?

    • #21516
      Alexander Bautz
      Keymaster

      Hi,
      I made a change that wasn’t as well thought trough as it should have been back in v4.4.3.40, This sets the width of the .sbs_OuterTable to 785px.

      To fix it you must add this snippet to your current Custom CSS:

      .sbs_OuterTable {
       width:auto!important;
      }

      Alexander

    • #21522
      Leon Perdue
      Participant

      Hi Alex,

      Thanks for this info this resolved my issue!

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