fix(ui): encryption associated modal panel width

pull/1416/head
charlie 2021-03-03 14:08:07 +08:00 committed by Tienson Qin
parent eff41b7cae
commit e5b47d06ea
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
(rum/with-context [[t] i18n/*tongue-context*]
(let [password (get state ::password)
password-confirm (get state ::password-confirm)]
[:div
[:div.sm:w-96
[:div.sm:flex.sm:items-start
[:div.mt-3.text-center.sm:mt-0.sm:text-left
[:h3#modal-headline.text-lg.leading-6.font-medium.text-gray-900.font-bold
@ -110,7 +110,7 @@
(rum/defcs encryption-setup-dialog-inner
[state repo-url close-fn]
(rum/with-context [[t] i18n/*tongue-context*]
[:div
[:div.sm:w-96
[:div.sm:flex.sm:items-start
[:div.mt-3.text-center.sm:mt-0.sm:text-left
[:h3#modal-headline.text-lg.leading-6.font-medium.text-gray-900