From 73c127f10cb12a690b27261be1aa86936ffca758 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 20 May 2023 10:10:53 +0200 Subject: [PATCH] Bugfix/fix vertical alignment in gf toggle (#1991) * Fix alignment * Update changelog --- CHANGELOG.md | 6 ++++++ apps/client/src/app/components/toggle/toggle.component.html | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c953ec05..dd6113437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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/spec/v2.0.0.html). +## Unreleased + +### Fixed + +- Fixed the vertical alignment in the toggle component + ## 1.270.1 - 2023-05-19 ### Added diff --git a/apps/client/src/app/components/toggle/toggle.component.html b/apps/client/src/app/components/toggle/toggle.component.html index 582aa433e..fd923fdf5 100644 --- a/apps/client/src/app/components/toggle/toggle.component.html +++ b/apps/client/src/app/components/toggle/toggle.component.html @@ -1,10 +1,11 @@