From b06bc907188d6fb44aa3ebbda9834fbbbd64deb1 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Pasquier <contact@jbpasquier.eu>
Date: Tue, 13 Apr 2021 13:37:23 +0200
Subject: [PATCH] fix: input size on community directory

---
 src/views/partials/communities/page-community-directory.pug | 4 ++--
 src/views/partials/communities/page-community-map.pug       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/partials/communities/page-community-directory.pug b/src/views/partials/communities/page-community-directory.pug
index 79549f0b..1076af9b 100644
--- a/src/views/partials/communities/page-community-directory.pug
+++ b/src/views/partials/communities/page-community-directory.pug
@@ -2,7 +2,7 @@
   h2.margin-top-xxsmall.margin-left-xsmall.margin-bottom-medium.sm-margin-none.sm-margin-right-xsmall.sm-margin-bottom-small.sm-margin-left-xsmall.text-xlarge.text-bold.text-color-heading.text-uppercase(data-trans='communities.list.title')
 
   div.padding-top-xxsmall.margin-left-xsmall.margin-right-xsmall.sm-padding-none.sm-margin-none.sm-margin-right-xsmall.sm-margin-left-xsmall
-    div.segment.three-quarter.sm-full
+    div.segment.quarter.sm-full
       solid-form-search.form.search-form.search-button(
         id=`communities-filter`
         fields='name'
@@ -13,7 +13,7 @@
         submit-widget="button"
         data-trans='placeholder-name=communities.list.searchBy;submit-button=communities.list.searchButton'
       )
-    div.segment.quarter.sm-full.text-right
+    div.segment.three-quarter.sm-full.text-right
       solid-link.segment.children-link-rounded.children-icon-map.children-link-reversed.color-secondary.bordered(next=`${component.route}-map`)
         span
 
diff --git a/src/views/partials/communities/page-community-map.pug b/src/views/partials/communities/page-community-map.pug
index e931c692..9901f212 100644
--- a/src/views/partials/communities/page-community-map.pug
+++ b/src/views/partials/communities/page-community-map.pug
@@ -2,7 +2,7 @@
   h2.segment.sm-hidden.margin-top-xxsmall.margin-left-xsmall.margin-bottom-medium.sm-margin-none.sm-margin-right-xsmall.sm-margin-bottom-large.sm-margin-left-xsmall.text-xlarge.text-bold.text-color-heading.text-uppercase(data-trans='communities.list.title')
 
   div.mobile-map-search-field.padding-top-xxsmall.margin-left-xsmall.margin-right-xsmall.sm-padding-none.sm-margin-none.sm-margin-right-xsmall.sm-margin-left-xsmall
-    div.segment.three-quarter.sm-full
+    div.segment.quarter.sm-full
       solid-form-search.form.search-form.search-button(
         id=`communities-filter-map`
         fields='filter'
@@ -15,7 +15,7 @@
         submit-widget="button"
         data-trans='placeholder-filter=communities.list.searchBy;submit-button=communities.list.searchButton'
       )
-    div.segment.quarter.sm-full.text-right
+    div.segment.three-quarter.sm-full.text-right
       solid-link.segment.children-link-rounded.children-icon-grid.children-link-reversed.color-secondary.bordered(next=`${component.route}-directory`)
         span
 
-- 
GitLab