Before fix: <img src="https://user-images.githubusercontent.com/885528/33235632-d43bb2bc-d233-11e7-90b5-d525d6594bae.png" width="400" /> After fix: <img src="https://user-images.githubusercontent.com/885528/33235641-06dcafe6-d234-11e7-9b21-965866e53450.png" width="400" /> To fix: Replace css: ```` right: 66px; ```` with ```` max-width: calc(100% - 66px); ```` Version: 0.59.3