Skip to content
Snippets Groups Projects
Commit 9420964d authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by Jan-Hendrik Willms
Browse files

fixes #3969

Closes #3969

Merge request studip/studip!2821
parent aef0ff7b
No related branches found
No related tags found
No related merge requests found
...@@ -22,10 +22,14 @@ ol { ...@@ -22,10 +22,14 @@ ol {
content: ","; content: ",";
} }
&:last-child::after { &:last-child {
padding-right: 0;
&::after {
content: unset; content: unset;
} }
} }
}
&.narrow { &.narrow {
> li { > li {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment