From a52a9d9eee9cca1ecee46ceae310d863a675283e Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Thu, 13 Feb 2025 11:34:26 +0530 Subject: [PATCH] DOC-3132: Context toolbar inputs had incorrect margins. --- modules/ROOT/pages/7.7.0-release-notes.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index 76307c5920..a4e99c6f41 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -93,6 +93,14 @@ This caused confusion in identifying the problem during setup. {productname} {release-version} addresses this by providing a more detailed error message when the `uploadcare_public_key` is not configured. +==== Context toolbar inputs had incorrect margins. +// #TINY-11624 + +Previously, input elements within the contextual toolbar were not styled correctly and overflowed when using the `fluent`, `snow`, and `jam` premium skins. This issue arose because these skins modified toolbar element properties such as padding, height, and width, but the adjustments were not applied consistently to input elements. +As a result, the UI appeared misaligned and less polished. + +In {productname} {release-version}, this issue has been resolved. Contextual toolbar elements, including buttons and inputs, now use the same padding and height values, ensuring a consistent and polished appearance. + For information on the **Image Optimizer** plugin, see: xref:uploadcare.adoc[Image Optimizer]. [[improvements]]