Skip to content

Commit

Permalink
fix header glitching when saving audit data
Browse files Browse the repository at this point in the history
  • Loading branch information
bellangerq committed Jun 28, 2024
1 parent c49062f commit 956d593
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ onMounted(() => {
<style scoped>
.sub-header {
display: flex;
column-gap: 2rem;
column-gap: 1rem;
align-items: center;
justify-content: space-between;
z-index: 3;
Expand Down

0 comments on commit 956d593

Please sign in to comment.