Fix for pattern and title

This commit is contained in:
Mandar
2021-05-30 01:33:38 +02:00
parent cf603de1e8
commit 4d2423fc27
5 changed files with 38 additions and 12 deletions

View File

@@ -362,6 +362,26 @@
}
}
}
&.item-pattern {
.attribute {
&.item {
display: inline;
.item-properties {
display: inline;
li {
display: inline;
}
}
}
}
}
&.title {
article {
&.attributes {
height: auto;
}
}
}
.item-list {
> li {
.item-description {
@@ -429,7 +449,4 @@
}
}
}
article {
flex: 100%;
}
}