From 963efdee8238436a66ba92d95bc76994abfbffff Mon Sep 17 00:00:00 2001 From: proost Date: Tue, 22 Dec 2015 15:12:45 +0100 Subject: [PATCH] fixed issue with sidebar width for some window sizes --- planet/static/css/main.css | 8 ++++++++ planet/templates/expression_graph.html | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/planet/static/css/main.css b/planet/static/css/main.css index 44c1af6..8f658e1 100644 --- a/planet/static/css/main.css +++ b/planet/static/css/main.css @@ -148,6 +148,14 @@ input[readonly] { } } +@media (min-width: 992px) { + .sidebar { + min-width: 260px; + } +} + + + /* Sidebar navigation */ .nav-sidebar { margin-right: -21px; /* 20px padding + 1px border */ diff --git a/planet/templates/expression_graph.html b/planet/templates/expression_graph.html index 7364705..cf5a8ef 100644 --- a/planet/templates/expression_graph.html +++ b/planet/templates/expression_graph.html @@ -3,7 +3,7 @@ {% block container %}
-