i18n: Let the browser truncate long texts
This helps in long UTF-8 characters as the bytes were previously counted and the width of the characters was assumed to correlate with the count of the bytes in the text. This method allows the browser to calmly truncate the text according to the available space in the page where the text is rendered.
Showing
- assets/default/css/theme.css 11 additions, 1 deletionassets/default/css/theme.css
- include/client/tickets.inc.php 4 additions, 4 deletionsinclude/client/tickets.inc.php
- include/staff/templates/tickets.tmpl.php 6 additions, 5 deletionsinclude/staff/templates/tickets.tmpl.php
- include/staff/ticket-view.inc.php 2 additions, 2 deletionsinclude/staff/ticket-view.inc.php
- include/staff/tickets.inc.php 11 additions, 10 deletionsinclude/staff/tickets.inc.php
- scp/css/scp.css 8 additions, 0 deletionsscp/css/scp.css
Loading
Please register or sign in to comment