fixed summary height
This commit is contained in:
@@ -161,7 +161,9 @@ input {
|
|||||||
.node-thematique .content article.main .field-name-body > * {
|
.node-thematique .content article.main .field-name-body > * {
|
||||||
padding: 0 1em 0 0.2em; }
|
padding: 0 1em 0 0.2em; }
|
||||||
.node-thematique .content article.main .field-name-body .summary {
|
.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 {
|
.node-thematique .content article.main .field-name-body .summary p {
|
||||||
font-size: 1.3em; }
|
font-size: 1.3em; }
|
||||||
.node-thematique .content article.main .field-name-body .value {
|
.node-thematique .content article.main .field-name-body .value {
|
||||||
|
|||||||
@@ -207,6 +207,7 @@ body{
|
|||||||
>*{padding:0 1em 0 0.2em;}
|
>*{padding:0 1em 0 0.2em;}
|
||||||
.summary{
|
.summary{
|
||||||
position: relative;
|
position: relative;
|
||||||
|
height:141px; overflow: hidden;
|
||||||
p{
|
p{
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user