From 2350277d2936160e42e991ece509c3da11f0302c Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Thu, 18 May 2017 14:03:02 +0100 Subject: [PATCH] Add left_aligned class to CountryDropdown This indiciates that the dd chevron should be on the left --- src/components/views/login/CountryDropdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/login/CountryDropdown.js b/src/components/views/login/CountryDropdown.js index 83fe09f597..8f342203bf 100644 --- a/src/components/views/login/CountryDropdown.js +++ b/src/components/views/login/CountryDropdown.js @@ -115,7 +115,7 @@ export default class CountryDropdown extends React.Component { // values between mounting and the initial value propgating const value = this.props.value || COUNTRIES[0].iso2; - return