Shorten Label fields

Forums Classic DFFS Shorten Label fields

Tagged: 

Viewing 3 reply threads
  • Author
    Posts
    • #22032
      Phil Grant
      Participant

      HI,
      Is it possible to add

      <br>

      functionality into the field labels at all, I want to narrow the width used by the labels above a field by adding a carriage return so the label goes over two lines.

      When I add it into the sharepoint label it works in the DFFS designer view but not the front-end view.

      Thanks

    • #22034
      Alexander Bautz
      Keymaster

      If you show me a screenshot it’s easier to see exactly what you mean, but you may be able to fix it by adding this to your custom css (or field css):

      td.ms-formlabel{
          white-space:normal;
          width:100px;
      }

      Alexander

    • #22038
      Phil Grant
      Participant

      I’ll give it a try tomorrow and add a screenshot if it doesn’t do what I need.

      Thanks.

    • #22051
      Phil Grant
      Participant

      It worked when I put it in the custom CSS section.

      Thanks

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