Avoids breaking thumbnail column inside metadata list
This commit is contained in:
parent
0242e471ef
commit
89a8d410a1
|
@ -806,10 +806,14 @@
|
||||||
-webkit-column-break-inside: avoid;
|
-webkit-column-break-inside: avoid;
|
||||||
page-break-inside: avoid;
|
page-break-inside: avoid;
|
||||||
break-inside: avoid;
|
break-inside: avoid;
|
||||||
|
display: inline-block;
|
||||||
|
width: 100%;
|
||||||
&:last-child {
|
&:last-child {
|
||||||
-webkit-column-break-inside: auto;
|
-webkit-column-break-inside: auto;
|
||||||
page-break-inside: auto;
|
page-break-inside: auto;
|
||||||
break-inside: auto;
|
break-inside: auto;
|
||||||
|
display: inline-block;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media only screen and (min-width: 768px) {
|
@media only screen and (min-width: 768px) {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue