We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6c252 commit 10551dfCopy full SHA for 10551df
morlanwelz/src/scss/main.scss
@@ -400,3 +400,12 @@ footer #container-section-noussuivre {
400
.sectiontext .section-text .body-section.figure-top .text h2:first-child {
401
margin-top: 0 !important;
402
}
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