Skip to content
Snippets Groups Projects
Commit 26b81056 authored by Jeong Arm's avatar Jeong Arm Committed by Eugen Rochko
Browse files

Fix ugly TOC when title is too long (#11916)

* Fix ugly TOC when title is too long

* Fix TOC using grid, minmax
parent 4fe5f8f3
Branches
Tags
No related merge requests found
......@@ -169,7 +169,7 @@
.grid-4 {
display: grid;
grid-gap: 10px;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-auto-columns: 25%;
grid-auto-rows: max-content;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment