Skip to content

Commit

Permalink
Merge pull request #873 from fritzSF/develop
Browse files Browse the repository at this point in the history
Nested list item fix for [SDESK-7320]
  • Loading branch information
fritzSF authored Jul 31, 2024
2 parents 3a3b533 + 30875fd commit 898fa57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions app/styles/components/_list-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ $sd-ListItem-column-border: var(--sd-colour-line--x-light);
.sd-list-item {
margin-block-start: 0;
border-block-start: 1px solid var(--sd-colour-line--x-light);
overflow: hidden;
}
.sd-list-item-nested__childs-inner {
overflow: hidden;
Expand Down Expand Up @@ -643,13 +644,6 @@ $sd-ListItem-column-border: var(--sd-colour-line--x-light);
border-block-start: none;
}
}

.sd-list-item-nested__childs {
.sd-list-item {
margin-block-start: 0;
border-block-start: 1px solid var(--sd-colour-line--x-light);
}
}
}

.sd-list-item-group--margin {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superdesk-ui-framework",
"version": "3.1.17",
"version": "3.1.18",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit 898fa57

Please sign in to comment.