Skip to content

Commit 10551df

Browse files
committed
Theme Morlanwelz - Message viewlet
1 parent 7f6c252 commit 10551df

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

morlanwelz/src/scss/main.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,3 +400,12 @@ footer #container-section-noussuivre {
400400
.sectiontext .section-text .body-section.figure-top .text h2:first-child {
401401
margin-top: 0 !important;
402402
}
403+
404+
body.section-home-page #messagesviewlet .portalMessage {
405+
display: -webkit-box;
406+
-webkit-line-clamp: 4;
407+
-webkit-box-orient: vertical;
408+
overflow: hidden;
409+
line-height: 1.4;
410+
max-height: calc(1.4em * 4);
411+
}

0 commit comments

Comments
 (0)