Skip to content

Commit

Permalink
fix: imroves margin left on title bar (#2542)
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 authored Nov 27, 2023
1 parent 2016f8d commit 9bc5496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/components/LogViewer/LogContainer.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<scrollable-view :scrollable="scrollable" v-if="container">
<template #header v-if="showTitle">
<div class="mx-2 flex items-center gap-2">
<div class="ml-4 mr-2 flex items-center gap-2">
<container-title @close="$emit('close')" />
<container-stat class="ml-auto" />

Expand Down

0 comments on commit 9bc5496

Please sign in to comment.