Skip to content

Commit

Permalink
Merge pull request #66 from webitel/hotfix/header-width
Browse files Browse the repository at this point in the history
Hotfix/header width
  • Loading branch information
dlohvinov authored Mar 13, 2023
2 parents 2ca5909 + 0793800 commit ef7f363
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 ef7f363

Please sign in to comment.