Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Mar 13, 2023
2 parents bf8d5d7 + 2ca5909 commit 9222f87
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.0",
"version": "23.02.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export default {
.wt-omni-widget-window-header {
position: relative; // reset styles
min-height: auto; // reset styles
height: auto; // reset
width: auto;
display: flex;
align-items: center;
Expand Down

0 comments on commit 9222f87

Please sign in to comment.