Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-18767

Remove "word-break" property in CSS class ".textarea-flexible"

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • None
    • 5.0.10, 5.2.1, 5.2.6
    • Frontend (F)

      Result:

      There is a word-break property in the CSS class .textarea-flexible, which sometimes makes reading the description in user macros unnecessarily difficult.

      .textarea-flexible {
       word-break: break-all;
      }
      

      This causes those ugly line breaks.


      Expected:

      Without this property for user macros, the line breaks are much prettier and more readable.

       

            agavrilovs Aleksandrs Petrovs-Gavrilovs
            Taikocuya Marcel Renner
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: