fix grid-cell-overflow bug and improved breadcrumb-spacing
This commit is contained in:
parent
d644cc5a94
commit
5dd46bd567
@ -430,7 +430,7 @@ input[type="button"].btn-info:hover,
|
|||||||
}
|
}
|
||||||
.deflist__dt,
|
.deflist__dt,
|
||||||
.deflist__dd {
|
.deflist__dd {
|
||||||
padding: 4px 0;
|
padding: 2px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.deflist__dt {
|
.deflist__dt {
|
||||||
@ -444,13 +444,13 @@ input[type="button"].btn-info:hover,
|
|||||||
}
|
}
|
||||||
|
|
||||||
.deflist__dd {
|
.deflist__dd {
|
||||||
margin-bottom: 13px;
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
|
|
||||||
.deflist {
|
.deflist {
|
||||||
grid-template-columns: repeat(2, max-content);
|
grid-template-columns: max-content auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.deflist__dt,
|
.deflist__dt,
|
||||||
|
|||||||
@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
.breadcrumbs__container {
|
.breadcrumbs__container {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user