Skip to content

Commit 4e2ca82

Browse files
authored
[5.x] Fix Add truncate class to flex container in LinkFieldtype (#11689)
1 parent bde2b14 commit 4e2ca82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/fieldtypes/LinkFieldtype.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</v-select>
1919
</div>
2020

21-
<div class="flex-1">
21+
<div class="flex-1 truncate">
2222

2323
<!-- URL text input -->
2424
<text-input v-if="option === 'url'" v-model="urlValue" />

0 commit comments

Comments
 (0)