We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b994cc8 commit a1133d5Copy full SHA for a1133d5
spring-boot-admin-server-ui/src/main/frontend/components/sba-panel.vue
@@ -20,7 +20,7 @@
20
v-if="hasTitle"
21
ref="header"
22
v-sticks-below="headerSticksBelow"
23
- class="rounded-t flex justify-between px-4 pt-5 pb-5 sm:px-6 items-center bg-white transition-all"
+ class="rounded-t flex justify-between px-4 pt-5 pb-5 border-b sm:px-6 items-center bg-white transition-all"
24
>
25
<h3 class="text-lg leading-6 font-medium text-gray-900">
26
<span v-text="title" />
0 commit comments