Width of a lookup column

Home Forums Classic DFFS Width of a lookup column

Viewing 1 reply thread
  • Author
    Posts
    • #9450
      Gerard Graham
      Participant

        Can you set the width of a look up column rather than use the length of the longest value by default?

        Thanks

        Gerry

      • #9460
        Alexander Bautz
        Keymaster

          Hi,
          Add this CSS in the Field CSS to set the width:

          select{
          width:300px;
          }

          See attached image.

          Alexander

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.