From 9adbd5fb5699c33f43121ed40e0aefe7ccc2c60f Mon Sep 17 00:00:00 2001 From: Ana Date: Fri, 4 Aug 2017 10:24:05 +0300 Subject: [PATCH] fix: hours-display --- common/app/Map/map.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/common/app/Map/map.less b/common/app/Map/map.less index 0dfb49d8a3..aae0947e77 100644 --- a/common/app/Map/map.less +++ b/common/app/Map/map.less @@ -77,6 +77,9 @@ a { cursor: pointer; } + @media (min-width: 721px) { + clear: both; + } } .@{ns}-accordion-panel-heading a { @@ -88,6 +91,12 @@ transition: height 0.001s; } +.@{ns}-accordion-panel-title { + @media (min-width: 721px) { + clear: both; + } +} + .@{ns}-block-time { color: #BBBBBB; @media (min-width: 721px) {