Browse Source

fixed summary height

Bachir Soussi Chiadmi 7 years ago
parent
commit
d9bcc76e57

+ 3 - 1
sites/all/themes/figureslibres/clameurs/css/dist/styles.css

@@ -161,7 +161,9 @@ input {
         .node-thematique .content article.main .field-name-body > * {
           padding: 0 1em 0 0.2em; }
         .node-thematique .content article.main .field-name-body .summary {
-          position: relative; }
+          position: relative;
+          height: 141px;
+          overflow: hidden; }
           .node-thematique .content article.main .field-name-body .summary p {
             font-size: 1.3em; }
         .node-thematique .content article.main .field-name-body .value {

+ 1 - 0
sites/all/themes/figureslibres/clameurs/css/styles.scss

@@ -207,6 +207,7 @@ body{
 				>*{padding:0 1em 0 0.2em;}
 				.summary{
 					position: relative;
+					height:141px; overflow: hidden;
 					p{
 						font-size: 1.3em;
 					}