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