Skip to content

Commit

Permalink
Improve positioning of 'new' badge for grid tab
Browse files Browse the repository at this point in the history
  • Loading branch information
pgiraud committed Mar 18, 2024
1 parent a32f0b8 commit 67629a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Plan.vue
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ function updateNodeSize(node: Node, size: [number, number]) {
href="#grid"
>Grid
<span
class="position-absolute top-100 start-100 translate-middle badge bg-info"
class="badge bg-info"
style="font-size: 0.6em"
v-if="!gridIsNotNew"
>
Expand Down

0 comments on commit 67629a2

Please sign in to comment.