Always show score pill for exercise implement and adjust styling

This commit is contained in:
Sebastian Serth
2022-10-13 19:56:15 +02:00
committed by GitHub
parent 5c447568d3
commit 14bc0b9741
2 changed files with 3 additions and 2 deletions

View File

@ -75,8 +75,10 @@ span.caret {
}
.rounded-pill {
font-size: 100%;
font-size: 90%;
font-weight: 500;
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.container[data-controller] {

View File

@ -43,7 +43,6 @@
}
.score {
display: none;
vertical-align: bottom;
}