85369c09205470f2fe7a855882f39a9005cf2cfa
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 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 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. |
|
| 6 | 6 | |
| 7 | 7 | ```csharp |
| 8 | 8 | #tabs .thumbs div.thumb-title { |