diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f893e33f..0d82e48c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed +- Fixed `!important` not applying to `align` https://github.com/Textualize/textual/issues/2420 - Fixed `!important` not applying to `border` https://github.com/Textualize/textual/issues/2420 +- Fixed `!important` not applying to `content-align` https://github.com/Textualize/textual/issues/2420 - Fixed `!important` not applying to `outline` https://github.com/Textualize/textual/issues/2420 +- Fixed `!important` not applying to `overflow` https://github.com/Textualize/textual/issues/2420 +- Fixed `!important` not applying to `scrollbar-size` https://github.com/Textualize/textual/issues/2420 - Fixed `outline-right` not being recognised https://github.com/Textualize/textual/issues/2446 ### Changed