We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e40297 commit c78fdf4Copy full SHA for c78fdf4
administrator/components/com_content/views/articles/tmpl/modal.php
@@ -137,7 +137,7 @@
137
?>
138
<a class="select-link" href="javascript:void(0)" <?php echo $attribs; ?>>
139
<?php echo $this->escape($item->title); ?></a>
140
- <span class="small">
+ <span class="small break-word">
141
<?php if (empty($item->note)) : ?>
142
<?php echo JText::sprintf('JGLOBAL_LIST_ALIAS', $this->escape($item->alias)); ?>
143
<?php else : ?>
0 commit comments