From 7240201c1c69b41055d7e3b73c88218dc6d89faf Mon Sep 17 00:00:00 2001 From: Kimo Knowles Date: Fri, 26 Jul 2024 17:53:07 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90a0e630..173ccc2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ > Committed but unreleased changes are put here, at the top. Older releases are detailed chronologically below. +## 2.21.15 (2024-07-26) + +#### Changed + +- `dropdown` - Removed `:line-height` style from the theme. `:line-height` was left-over from old bootstrap css. Bootstrap used it to achieve a semblance of vertical centering of text in the anchor. Since we use a re-com box, we can do vertical centering in a nicer way. + ## 2.21.14 (2024-07-25) #### Added