0

I am displaying decrypted emails content in OWA task pane. How can I wrap the text to fit task pane width? Currently text is not wrapped and user have to scroll horizontally to read decrypted content. This is not user friendly so I want the text to be wrapped in task pane. Alternatively I tried to find way to resize task pane width but it is not implemented yet. Setting width of Office add-in task pane

Eric Legault
  • 5,706
  • 2
  • 22
  • 38
cybernone
  • 1
  • 3

1 Answers1

0

The content of your Task Pane add-in is just HTML+CSS. You can use a variety of CSS styling and layout options to render your text, there's nothing specific to Office for JavaScript or Outlook web add-ins that will help you with this.

Eric Legault
  • 5,706
  • 2
  • 22
  • 38