From 03df4d1ec9a2eb62d81c8b9a6fc6d303f9e5ce8d Mon Sep 17 00:00:00 2001 From: Peter Deltchev Date: Mon, 3 Aug 2015 00:36:56 -0700 Subject: [PATCH] T316: Fixed the logo in Microsoft Edge. --- app/styles/layout.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/styles/layout.less b/app/styles/layout.less index 616602c6..ade86ce0 100644 --- a/app/styles/layout.less +++ b/app/styles/layout.less @@ -36,6 +36,7 @@ header { img.logo { padding-left: 6px; + width: 100%; max-width: 90%; padding-top: 13px; max-height: 45% @@ -203,4 +204,4 @@ header { .file-over-notice { display: none; -} \ No newline at end of file +}