From 90ecd8fb4b5bd41244820f2658fb1be0b3f0b459 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Sun, 24 Nov 2024 16:47:36 +0100 Subject: [PATCH] docs(changelog): ui component padding --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b981aeff..f31abd61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ 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/) ## [Unreleased] -fix(plugins): properly focus pane after tab was closed in the plugin API (https://github.com/zellij-org/zellij/pull/3797) +* fix(plugins): properly focus pane after tab was closed in the plugin API (https://github.com/zellij-org/zellij/pull/3797) +* fix(plugins): properly pad UI components background to their declared width (https://github.com/zellij-org/zellij/pull/3806) ## [0.41.2] - 2024-11-19 * fix(input): keypresses not being identified properly with kitty keyboard protocol in some terminals (https://github.com/zellij-org/zellij/pull/3725)