From ff1fb0dd122ec58ba1ce109adc337c2922997809 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 31 Oct 2020 17:18:51 +0100 Subject: [PATCH] Removed hardcoded display: inline for BooleanControls --- CHANGELOG.md | 3 ++- src/utils/BooleanControl.tsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08dff3f2..0285b5a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org). -## [Unreleased] +## 2.6.1 - 2020-10-31 #### Added @@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), * [#316](https://github.com/shlinkio/shlink-web-client/issues/316) Fixed manifest.json file not getting downloaded after passing credentials when the app is protected with basic auth. * [#311](https://github.com/shlinkio/shlink-web-client/issues/311) Fixed datepicker showing below other components. * [#306](https://github.com/shlinkio/shlink-web-client/issues/306) Fixed multi-arch docker builds by replacing node-sass with dart-sass. +* [#328](https://github.com/shlinkio/shlink-web-client/issues/328) Fixed toggle switches getting broken in mobile resolutions. ## 2.6.0 - 2020-09-20 diff --git a/src/utils/BooleanControl.tsx b/src/utils/BooleanControl.tsx index acf46c93..812c6233 100644 --- a/src/utils/BooleanControl.tsx +++ b/src/utils/BooleanControl.tsx @@ -24,7 +24,7 @@ const BooleanControl: FC = ( }; return ( - +