FAQ/Toggle-Text-Wrapping-on-the-Report-List.md
... ...
@@ -2,7 +2,7 @@
2 2
3 3
##Instructions
4 4
5
-On the report list, you can toggle the wrapping for the report titles. To accomplish this, modify the css/main.css file. Find the string "**word-break:**" under the "#tabs .thumbs div.thumb-title" CSS rule and replace the word that follows with either "**break-all**" to text wrap or "**normal**" to disable text wrapping.
5
+On the report list, you can toggle word wrapping in the report title text. To do this, modify the css/main.css file in your Izenda application. Find the string "**word-break:**" under the "#tabs .thumbs div.thumb-title" CSS rule and replace the word that follows with either "**break-all**" to enable text wrapping or "**normal**" to disable text wrapping.
6 6
7 7
```csharp
8 8
#tabs .thumbs div.thumb-title {