Skip to content

Commit a63bb17

Browse files
committed
[FIX] website_blog: remove negative word spacing in blog snippet
Since [1] when the blog layout was refactored between 12.0 and 13.0, a negative word spacing was introduced in the blog post snippet with the big pictures layout. This commit removes this negative word spacing. [1]: odoo@bb0cdec task-2822436 closes odoo#88601 X-original-commit: 6c4e613 Signed-off-by: Quentin Smetz (qsm) <[email protected]> Signed-off-by: Benoit Socias (bso) <[email protected]>
1 parent 4c7ef56 commit a63bb17

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

addons/website_blog/static/src/snippets/s_latest_posts/000.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
.s_latest_posts_post_title {
5454
@include font-size($h3-font-size);
5555
margin-bottom: 0.5em;
56-
word-spacing: -0.15em;
5756
}
5857
}
5958

addons/website_blog/static/src/snippets/s_latest_posts/001.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
.s_latest_posts_post_title {
6464
@include font-size($h3-font-size);
6565
margin-bottom: 0.5em;
66-
word-spacing: -0.15em;
6766
}
6867
}
6968

0 commit comments

Comments
 (0)