Skip to content

Commit

Permalink
Adjust SMS template UI, smaller icon, will not cover input any more
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdong262 committed Feb 7, 2022
1 parent 21c2d98 commit 5fa44ab
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pipedrive-embeddable-ringcentral-phone-spa",
"version": "3.5.4",
"version": "3.5.5",
"description": "Add RingCentral Embeddable Voice widgets to Pipedrive",
"keywords": [
"RingCentral",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/sms.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default (props) => {
suffixIcon={editIcon}
showSearch
placeholder='Select SMS'
style={{ width: '100%' }}
className='rc-sms-select'
getPopupContainer={() => document.getElementById('Pipedrive-rc')}
>
{
Expand Down
14 changes: 12 additions & 2 deletions src/lib/sms.styl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@
float right
margin 5px 5px 0 0
.rc-sms-wrap.rc-call-note-form
width 60px
width 30px
&:hover
width 60%
width 200px
.rc-sms-select
width 30px
.ant-select-selection-placeholder
.ant-select-selection-item
opacity 0
&:hover
width 200px
.ant-select-selection-placeholder
.ant-select-selection-item
opacity 1
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Ringcentral Embeddable Widgets for Pipedrive",
"version": "3.5.4",
"version": "3.5.5",
"description": "Add RingCentral Embeddable Voice widgets to Pipedrive",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1YqYvCEeGGNOgtKrx8DfG33ujx7NgAwbyVpikug4mHiNvKZYWulw7lY5fjaD8wAy5bmXnkfULDzqMkL8UOxUcf8qD2lJFcLm+BqBtqNnoSz00vwjSOxXrcDvpvsMrjEZkI7N/FD60sTWp1U+QOehua7OboUpXb4iV7TQfppz3PsCz7qGOa4PWjUMAZTTgomUtW47Es6f/vjIeejs7Ihro3Al5Jo3SWIbjpjSU9BK34XgFvtcZx3lZQgfFiK+ZNyxlx8mgC/PLqJB+uX63ywMrT86TdcfxBuaThy98S8SCXjZTpHOP6X5pmGMk0lPM06hwxmSCBZgHOHL/Wk6r8FUlQIDAQAB",
"permissions": [
Expand Down

0 comments on commit 5fa44ab

Please sign in to comment.