Skip to content

Commit 21f7b61

Browse files
authored
4254: fix scrollbar in instances list (#4275)
1 parent 071d1eb commit 21f7b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-admin-server-ui/src/main/frontend/views/applications/InstancesList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<div
6565
class="hidden xl:block w-1/4"
6666
:class="{
67-
'overflow-x-scroll': Object.keys(instance.tags ?? {}).length > 0,
67+
'overflow-x-auto': Object.keys(instance.tags ?? {}).length > 0,
6868
}"
6969
>
7070
<sba-tags :small="true" :tags="instance.tags" :wrap="false" />

0 commit comments

Comments
 (0)