Skip to content

Commit

Permalink
Merge pull request #256 from webitel/fix/header-breadcrumbs-move-buttons
Browse files Browse the repository at this point in the history
Fix/ header breadcrumbs move buttons to the bottom [WTEL-4643]
  • Loading branch information
dlohvinov authored Jul 8, 2024
2 parents 8ad0364 + 8b5b20b commit ffc1bbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webitel/ui-sdk",
"version": "24.6.49",
"version": "24.6.50",
"private": false,
"scripts": {
"dev": "vite",
Expand Down
1 change: 0 additions & 1 deletion src/components/wt-headline/wt-headline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export default {
.wt-headline {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
box-sizing: border-box;
min-height: var(--headline-min-height);
Expand Down

0 comments on commit ffc1bbb

Please sign in to comment.