Skip to content

Commit cf19d02

Browse files
authored
[6.x] Align the maximum items badge to the top (#15299)
1 parent 04d2802 commit cf19d02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/components/fieldtypes/assets/AssetsFieldtype.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
v-if="selectedFilesText"
7272
size="sm"
7373
pill
74-
class="ms-auto shrink-0 tabular-nums px-1.5!"
74+
class="ms-auto self-start shrink-0 tabular-nums px-1.5!"
7575
:text="`${assets.length}/${maxFiles}`"
7676
:aria-label="selectedFilesText"
7777
/>

0 commit comments

Comments
 (0)