Skip to content
Snippets Groups Projects
Commit 03bdb9fd authored by Kevin Lin's avatar Kevin Lin :sparkles:
Browse files

_sass: Normal white-space for .page-content a

parent 4338235b
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,10 @@ summary { ...@@ -33,6 +33,10 @@ summary {
} }
.page-content { .page-content {
a {
white-space: normal;
}
dl { dl {
display: block; display: block;
grid-template-columns: none; grid-template-columns: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment