diff --git a/Changelog.md b/Changelog.md
index 30b8d937..9f9f409c 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -147,6 +147,7 @@
- [#446](../../issues/446) - Wrong submenu Position in application menu
- [#450](../../issues/450) - Fix Ribbon.OnTitleBarChanged clearing the new title bar instead of the old one (thanks @Cubey2019)
- [#457](../../issues/457) - Using the keytip shortcut to open a backstage briefly opens it, then closes it immediately
+ - [#459](../../issues/459) - Label of the Spinner disappears, if there isn't enough place
- ### Enhancements
- `LayoutTransform` and `RenderTransform` can now be used directly on `RibbonWindow` as this now gets forwarded to the first template child of the window. Have a look at `TestWindow` in the showcase application for an example on how to use it. This was added as the fix for [#430](../../issues/430).
diff --git a/Fluent.Ribbon/Themes/Controls/ComboBox.xaml b/Fluent.Ribbon/Themes/Controls/ComboBox.xaml
index c3614308..6b29f562 100644
--- a/Fluent.Ribbon/Themes/Controls/ComboBox.xaml
+++ b/Fluent.Ribbon/Themes/Controls/ComboBox.xaml
@@ -572,12 +572,18 @@
+
+
+
+