removed small line-height if inside of indexall wide view
This commit is contained in:
parent
a0c3846ddd
commit
6cd75b987f
|
@ -527,6 +527,7 @@
|
||||||
.indexall.wide .boxentry {
|
.indexall.wide .boxentry {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
.indexall.wide .contentcurt {
|
.indexall.wide .contentcurt {
|
||||||
/* column-count: 2; */
|
/* column-count: 2; */
|
||||||
|
|
Loading…
Reference in New Issue