Skip to content

Commit 4f1cf19

Browse files
committed
Fix button UI when contact have multi number
1 parent 1430899 commit 4f1cf19

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pipedrive-embeddable-ringcentral-phone-spa",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Add RingCentral Embeddable Voice widgets to Pipedrive",
55
"keywords": [
66
"RingCentral",
@@ -55,7 +55,7 @@
5555
"npm-run-all": "4.1.3",
5656
"pug-html-loader": "1.1.5",
5757
"recursive-assign": "0.2.0",
58-
"ringcentral-embeddable-extension-common": "0.8.3",
58+
"ringcentral-embeddable-extension-common": "0.8.7",
5959
"shelljs": "0.8.2",
6060
"standard": "^12.0.1",
6161
"style-loader": "0.23.1",

src/custom.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// support stylus
33
.rc-has-dd
44
height auto
5-
width 98px
5+
width 132px
66
&:hover
77
height 28px
88
.call-with-ringccentral-btn

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Ringcentral Embeddable Widgets for Pipedrive",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Add RingCentral Embeddable Voice widgets to Pipedrive",
55
"permissions": [
66
"http://*/",

0 commit comments

Comments
 (0)