From c9a4077207923ac5fa5c0f97e65b130c61532051 Mon Sep 17 00:00:00 2001 From: nyatla Date: Tue, 10 Apr 2018 18:51:44 +0900 Subject: Reduced button padding. Title overflowed in Japanese. --- ui/app/css/itcss/components/send.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'ui') diff --git a/ui/app/css/itcss/components/send.scss b/ui/app/css/itcss/components/send.scss index 89d2be891..362feeec8 100644 --- a/ui/app/css/itcss/components/send.scss +++ b/ui/app/css/itcss/components/send.scss @@ -789,6 +789,7 @@ display: flex; justify-content: center; align-items: center; + padding: 0 3px; cursor: pointer; } -- cgit