Skip to content

Commit

Permalink
fix: column gap in page-header
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Oct 16, 2024
1 parent 0f00858 commit a5b41ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/page/PageHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ $hover-transition-duration: 150ms;
#{$c}__actions {
display: flex;
align-items: center;
column-gap: 16px;
column-gap: 17px;
}

#{$c}__menu {
Expand Down

0 comments on commit a5b41ea

Please sign in to comment.