[#9360] Dapp's permission form doesn't fit in the bottom sheet

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
Andrey Shovkoplyas 2019-11-26 12:37:25 +01:00
parent 02aafeac8b
commit ec57008834
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
1 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@
[react/view styles/permissions-panel-wallet-icon-container
(when icon
[icons/icon icon {:color :white}])])]
[react/text {:style styles/permissions-panel-title-label}
[react/text {:style styles/permissions-panel-title-label :number-of-lines 2}
(str "\"" dapp-name "\" " title)]
(when (= :wallet type)
[react/view styles/permissions-account
@ -114,7 +114,7 @@
:style {:margin-horizontal 6 :color (:color dapps-account) :typography :main-medium
:font-size 13}}
(:name dapps-account)]]])
[react/text {:style styles/permissions-panel-description-label}
[react/text {:style styles/permissions-panel-description-label :number-of-lines 2}
description]
[react/view {:flex-direction :row :margin-top 24}
[button/button