Feature #1530
Backend: URL preview field isn't completely visible
Start date:
March 26, 2014
Due date:
% Done:
100%
Estimated time:
Description
The URL preview field does not wrapped to the next row. That is why it becomes not completely visible if text is too long.
History
Updated by Gleb Surinov almost 7 years ago
- Project changed from Yellow Pages Script to Subrion Opensource CMS
- Target version deleted (
3.1.2)
Updated by Gleb Surinov almost 7 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Resolved in commit:d634b93ff3feea5a06f204904d716637c19d725d
Please use class text-break-word to break long links and etc. Example:
<p class="help-block text-break-word" id="title_box" style="display: none;">{lang key='page_url_will_be'}: <span id="title_url" class="text-danger">{$smarty.const.IA_URL}</span></p>