We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
flex
overflow-auto
AuditLog
AuditLogBrowser
1 parent 268ff7b commit 0222bf7Copy full SHA for 0222bf7
2 files changed
frontend/src/components/drawers/RightDrawer.vue
@@ -10,7 +10,7 @@
10
class="resize-bar"
11
@mousedown="startResize"
12
/>
13
- <div v-if="rightDrawer?.header" class="header flex items-center justify-between p-4 border-b gap-2">
+ <div v-if="rightDrawer?.header" class="header flex items-center justify-between p-4 border-b border-gray-200 gap-2">
14
<div class="title clipped-overflow" data-el="right-drawer-header-title">
15
<h1 class="text-xl font-semibold mb-0" :title="rightDrawer.header.title">{{ rightDrawer.header.title }}</h1>
16
</div>
frontend/src/ui-components/stylesheets/ff-core.scss
@@ -66,4 +66,9 @@ p code {
66
.ff-description {
67
font-size: $ff-funit-sm;
68
color: $ff-grey-400;
69
-}
+}
70
+
71
72
+hr {
73
+ color: $ff-grey-200;
74
0 commit comments