From 290a3b068eb2843fe65f2d64da1cb87d4c3ef41c Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Wed, 28 Mar 2018 09:05:22 -0700 Subject: [PATCH] fix math error in css --- routes/_components/compose/ComposeBox.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/_components/compose/ComposeBox.html b/routes/_components/compose/ComposeBox.html index 1f82b124..0615d604 100644 --- a/routes/_components/compose/ComposeBox.html +++ b/routes/_components/compose/ComposeBox.html @@ -37,7 +37,7 @@ .compose-box.dialog-size { width: 540px; - max-width: calc(100vw - 80px); + max-width: calc(100vw - 60px); } .compose-box-border-bottom {