Fix: Removed the bottom border from the last row in the credits box
This commit is contained in:
parent
8536ee6a90
commit
4a045ef8c9
1 changed files with 3 additions and 0 deletions
|
|
@ -1698,6 +1698,9 @@ progress+span {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: .5em .9em;
|
padding: .5em .9em;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detailsGroupItem:not(:last-child) {
|
||||||
border-bottom: var(--defaultBorder);
|
border-bottom: var(--defaultBorder);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue