Skip to content

Commit

Permalink
23.02.2 hotfix: fixed header width
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Mar 13, 2023
1 parent 9222f87 commit 0793800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "omnichannel-widget",
"version": "23.02.1",
"version": "23.02.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export default {
position: relative; // reset styles
min-height: auto; // reset styles
height: auto; // reset
min-width: auto; // reset
width: auto;
display: flex;
align-items: center;
Expand Down

0 comments on commit 0793800

Please sign in to comment.