We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2f2b7 commit 505a07aCopy full SHA for 505a07a
resources/js/components/forms/photo/PhotoTagDialog.vue
@@ -5,9 +5,9 @@
5
<p class="text-sm/8">
6
{{ question }}
7
<br />
8
- <span class="text-muted-color-emphasis"
9
- ><i class="text-warning-600 pi pi-exclamation-triangle mr-2" />Press Enter to confirm each tag.</span
10
- >
+ <span class="text-muted-color-emphasis">
+ <i class="text-warning-600 pi pi-exclamation-triangle mr-2" />Press Enter to confirm each tag.
+ </span>
11
</p>
12
<div class="my-3 first:mt-0 last:mb-0">
13
<AutoComplete
0 commit comments