From 64efa8603662bc5af55e79db61e747b6788f2a0d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 18 Jul 2013 02:19:13 -0700 Subject: for some reason iOS is shitting the bed on the .navbar-toggle unless it gets fixed dimensions --- less/navbar.less | 2 ++ 1 file changed, 2 insertions(+) (limited to 'less') diff --git a/less/navbar.less b/less/navbar.less index 6efac5f4e..c87c8e68c 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -119,6 +119,8 @@ position: absolute; top: 10px; right: 10px; + width: 48px; + height: 32px; padding: 8px 12px; background-color: transparent; border: 1px solid #ddd; -- cgit v1.2.3