fix: unavailable CSS properties
This commit is contained in:
@@ -73,7 +73,7 @@ h4 {
|
|||||||
/* Single-item page */
|
/* Single-item page */
|
||||||
.single {
|
.single {
|
||||||
display: block;
|
display: block;
|
||||||
width: unset;
|
width: initial;
|
||||||
}
|
}
|
||||||
.itunes {
|
.itunes {
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
@@ -90,7 +90,7 @@ h4 {
|
|||||||
margin: 8px;
|
margin: 8px;
|
||||||
}
|
}
|
||||||
.itunes p {
|
.itunes p {
|
||||||
white-space: break-spaces;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Pagination */
|
/* Pagination */
|
||||||
|
|||||||
Reference in New Issue
Block a user