Skip to content

Commit

Permalink
Merge pull request #65 from webitel/hotfix/header-height
Browse files Browse the repository at this point in the history
23.02.1 hotfix: header height
  • Loading branch information
dlohvinov authored Mar 13, 2023
2 parents a6d5376 + fbbbf2e commit 2ca5909
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 2ca5909

Please sign in to comment.