Skip to content
Snippets Groups Projects
Commit 8452ab6f authored by Chris Hallberg's avatar Chris Hallberg Committed by Robert Lange
Browse files

Fix format and record-versions commas (#2002)

parent bc1095ed
No related merge requests found
......@@ -24,9 +24,10 @@
}
}
// Comma-separate formatting
.result .record .format::after,
.record .format:last-child::after { content: ""; }
.record .format::after { content: ", "; }
.record .format.badge::after,
.record .result-formats .format::after,
.record .format:last-child::after { content: ""; }
.record-previews { margin-top: .5rem; }
/* ------ Nav ------ */
......
......@@ -24,9 +24,10 @@
}
}
// Comma-separate formatting
.result .record .format::after,
.record .format:last-child::after { content: ""; }
.record .format::after { content: ", "; }
.record .format.badge::after,
.record .result-formats .format::after,
.record .format:last-child::after { content: ""; }
.record-previews { margin-top: .5rem; }
/* ------ Nav ------ */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment