From 481dc33ce3a72a210bb2aedbe20bde9ef23c2e89 Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Mon, 17 Aug 2015 16:58:44 -0300 Subject: [PATCH] Fix layout for iOS 8 --- client/stylesheets/base.less | 1 + 1 file changed, 1 insertion(+) diff --git a/client/stylesheets/base.less b/client/stylesheets/base.less index 5fb329779a5..7530cf1e7b8 100644 --- a/client/stylesheets/base.less +++ b/client/stylesheets/base.less @@ -1953,6 +1953,7 @@ a.github-fork { > div { position: relative; display: flex; + display: -webkit-flex; > .file { display: none; width: 44px;