Skip to content

Commit c78fdf4

Browse files
committed
breakword
1 parent 8e40297 commit c78fdf4

File tree

1 file changed

+1
-1
lines changed
  • administrator/components/com_content/views/articles/tmpl

1 file changed

+1
-1
lines changed

administrator/components/com_content/views/articles/tmpl/modal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
?>
138138
<a class="select-link" href="javascript:void(0)" <?php echo $attribs; ?>>
139139
<?php echo $this->escape($item->title); ?></a>
140-
<span class="small">
140+
<span class="small break-word">
141141
<?php if (empty($item->note)) : ?>
142142
<?php echo JText::sprintf('JGLOBAL_LIST_ALIAS', $this->escape($item->alias)); ?>
143143
<?php else : ?>

0 commit comments

Comments
 (0)