Skip to content

Commit eb5e48e

Browse files
authored
Fix dynamic alert size displayed (#182)
* Fix dynamic alert size displayed * Update changelog
1 parent d0c7a39 commit eb5e48e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [unreleased]
9+
10+
### Fixed
11+
12+
- Fixed dynamic display of alert size.
13+
814
## [1.12.4] - 2024-11-08
915

1016
- Update translations

css/styles.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242

4343
.plugin_news_alert {
4444
margin: 10px auto;
45-
width: 100%;
4645
border: none;
4746
position: relative;
4847
}

0 commit comments

Comments
 (0)