Skip to content

Commit 7ba355b

Browse files
fix: let the news detail modal content use the full modal width
1 parent cb7b5ea commit 7ba355b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Resources/Public/Stylesheets/Backend.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,7 @@ ul.internal-news--list .internal-news:first-child {
201201
/* --- News detail (modal) ------------------------------------------------- */
202202

203203
.internal-news-detail {
204-
max-width: 720px;
205-
margin: 0 auto;
204+
margin: 0;
206205
}
207206

208207
.internal-news-detail h2 {

0 commit comments

Comments
 (0)