fix(driver-route): refs #6684 manage word overflow with wordBreak
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Pablo Natek 2024-01-26 09:23:43 +01:00
parent 6488ea2f6c
commit e43210af9c
2 changed files with 8 additions and 1 deletions

View File

@ -49,6 +49,13 @@
vn-name="relevancy"
rule>
</vn-input-number>
<vn-input-number
min="0"
label="Size"
ng-model="$ctrl.item.size"
vn-name="size"
rule>
</vn-input-number>
</vn-horizontal>
<vn-horizontal>
<vn-input-number

View File

@ -129,7 +129,7 @@
</tbody>
</table>
<div v-if="ticket.description" class="text-area">
<p>{{ticket.description}}</p>
<p style="word-break: break-all;">{{ticket.description}}</p>
</div>
</div>
</div>