From f69418213e01d551861acce8e49ed50616a26d7c Mon Sep 17 00:00:00 2001 From: Luka Stocker Date: Wed, 6 Nov 2024 14:24:09 +0100 Subject: [PATCH] UI: 42442, center toggle button. https://mantis.ilias.de/view.php?id=42442 --- .../UI-framework/Button/_ui-component_toggle.scss | 2 +- templates/default/delos.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/default/070-components/UI-framework/Button/_ui-component_toggle.scss b/templates/default/070-components/UI-framework/Button/_ui-component_toggle.scss index 3ec6e5ce0904..a9f872180228 100755 --- a/templates/default/070-components/UI-framework/Button/_ui-component_toggle.scss +++ b/templates/default/070-components/UI-framework/Button/_ui-component_toggle.scss @@ -127,7 +127,7 @@ $il-btn-toggle-switch-border-color-unavailable: $il-neutral-color; } .il-toggle-item { - display: flex; + display: block; label { margin: auto; diff --git a/templates/default/delos.css b/templates/default/delos.css index 06dfe23976e4..c822d30cc406 100644 --- a/templates/default/delos.css +++ b/templates/default/delos.css @@ -3602,7 +3602,7 @@ button .minimize, button .close { } .il-toggle-item { - display: flex; + display: block; } .il-toggle-item label { margin: auto;