From 4246c0b703bccc9aafb6f86524bbbdb55c3c9e1e Mon Sep 17 00:00:00 2001
From: Thibaud Colas <thibaudcolas@gmail.com>
Date: Mon, 19 Dec 2022 14:05:41 +0000
Subject: [PATCH] Add release notes for #9772 in v4.1.2

---
 CHANGELOG.txt          | 1 +
 docs/releases/4.1.2.md | 1 +
 2 files changed, 2 insertions(+)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 8cde966fab..88bdde2da6 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -100,6 +100,7 @@ Changelog
  * Fix: Move DateField, DateTimeField, TimeField comment buttons to be right next to the fields (Theresa Okoro)
  * Fix: Support text resizing in workflow steps cards (Ivy Jeptoo)
  * Fix: Use the correct padding for autocomplete block picker (Umar Farouk Yunusa)
+ * Fix: Fix horizontal positioning of rich text inline toolbar (Thibaud Colas)
 
 
 4.1.1 (11.11.2022)
diff --git a/docs/releases/4.1.2.md b/docs/releases/4.1.2.md
index e835800209..19b6769956 100644
--- a/docs/releases/4.1.2.md
+++ b/docs/releases/4.1.2.md
@@ -20,3 +20,4 @@ depth: 1
  * Move DateField, DateTimeField, TimeField comment buttons to be right next to the fields (Theresa Okoro)
  * Support text resizing in workflow steps cards (Ivy Jeptoo)
  * Use the correct padding for autocomplete block picker (Umar Farouk Yunusa)
+ * Fix horizontal positioning of rich text inline toolbar (Thibaud Colas)