From 11ec5961336d17e8db850caab3a63b9f98f7de6c Mon Sep 17 00:00:00 2001 From: summerscope Date: Wed, 9 Jul 2014 17:23:58 +1000 Subject: [PATCH] Layout adjust for taxon filters --- app/assets/javascripts/templates/taxon_selector.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/templates/taxon_selector.html.haml b/app/assets/javascripts/templates/taxon_selector.html.haml index 0f36e9a8f4..c8304bc6e6 100644 --- a/app/assets/javascripts/templates/taxon_selector.html.haml +++ b/app/assets/javascripts/templates/taxon_selector.html.haml @@ -1,4 +1,4 @@ -%ul.small-block-grid-2.large-block-grid-4 +%ul.small-block-grid-2.large-block-grid-6 %active-selector{"ng-repeat" => "selector in selectors()"} %render-svg{path: "{{selector.taxon.icon}}"} %span {{ selector.taxon.name }}