Skip to content

Commit 0222bf7

Browse files
committed
refactor(ui): apply flex and overflow-auto for consistent layout in AuditLog and AuditLogBrowser components
1 parent 268ff7b commit 0222bf7

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

frontend/src/components/drawers/RightDrawer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class="resize-bar"
1111
@mousedown="startResize"
1212
/>
13-
<div v-if="rightDrawer?.header" class="header flex items-center justify-between p-4 border-b gap-2">
13+
<div v-if="rightDrawer?.header" class="header flex items-center justify-between p-4 border-b border-gray-200 gap-2">
1414
<div class="title clipped-overflow" data-el="right-drawer-header-title">
1515
<h1 class="text-xl font-semibold mb-0" :title="rightDrawer.header.title">{{ rightDrawer.header.title }}</h1>
1616
</div>

frontend/src/ui-components/stylesheets/ff-core.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,9 @@ p code {
6666
.ff-description {
6767
font-size: $ff-funit-sm;
6868
color: $ff-grey-400;
69-
}
69+
}
70+
71+
72+
hr {
73+
color: $ff-grey-200;
74+
}

0 commit comments

Comments
 (0)