fix: 🧩 fix grid issue on definition lists
This commit is contained in:
parent
d11f4b9e46
commit
98a9809cda
1 changed files with 1 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ dl {
|
||||||
|
|
||||||
dl > div {
|
dl > div {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
grid-template-rows: auto 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
dl dt {
|
dl dt {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue