1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

Fix formatting on terms & conditions page

This commit is contained in:
Dan Finlay 2016-06-28 11:38:29 -07:00
parent 204cb7f1ed
commit 9f5b62752e
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
- Fixed bug where MetaMask interfered with PDF loading.
- Moved switch account icon into menu bar.
- Changed status shapes to be a yellow warning sign for failure and ellipsis for pending transactions.
- Fix formatting on terms & conditions page.
## 2.4.4 2016-06-23

View File

@ -38,7 +38,7 @@ DisclaimerScreen.prototype.render = function () {
style: {
whiteSpace: 'pre-line',
background: 'rgb(235, 235, 235)',
height: '336px',
height: '310px',
padding: '6px',
width: '80%',
overflowY: 'scroll',