From 00f913794d88bcfa524b5842b766283f8a36b8f2 Mon Sep 17 00:00:00 2001 From: gopienkonikita Date: Tue, 8 Sep 2020 11:16:03 +0300 Subject: [PATCH] Web: Files: fixed arrow button --- .../Client/src/components/pages/Home/Section/Header/index.js | 1 + .../src/components/pages/VersionHistory/Section/Header/index.js | 1 + 2 files changed, 2 insertions(+) diff --git a/products/ASC.Files/Client/src/components/pages/Home/Section/Header/index.js b/products/ASC.Files/Client/src/components/pages/Home/Section/Header/index.js index 88a2767310..38c3f8918d 100644 --- a/products/ASC.Files/Client/src/components/pages/Home/Section/Header/index.js +++ b/products/ASC.Files/Client/src/components/pages/Home/Section/Header/index.js @@ -40,6 +40,7 @@ const StyledContainer = styled.div` .arrow-button { margin-right: 16px; + min-width: 17px; @media ${tablet} { padding: 8px 0 8px 8px; diff --git a/products/ASC.Files/Client/src/components/pages/VersionHistory/Section/Header/index.js b/products/ASC.Files/Client/src/components/pages/VersionHistory/Section/Header/index.js index d1b14df554..44c60d9774 100644 --- a/products/ASC.Files/Client/src/components/pages/VersionHistory/Section/Header/index.js +++ b/products/ASC.Files/Client/src/components/pages/VersionHistory/Section/Header/index.js @@ -15,6 +15,7 @@ const StyledContainer = styled.div` .arrow-button { margin-right: 16px; + min-width: 17px; @media (max-width: 1024px) { padding: 8px 0 8px 8px;