Skip to content

Commit

Permalink
IBX-8380: Fixed position of anchor in lists
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 committed Jan 31, 2024
1 parent d84efc4 commit 84633ee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/bundle/Resources/public/scss/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,14 @@
background-repeat: no-repeat;
}
}

li {
&[id]:not(.ibexa-data-source__richtext) {
&::before {
left: calculateRem(-40px);
}
}
}
}

.ibexa-field-edit--ezrichtext.ibexa-field-edit--nontranslatable .ibexa-data-source {
Expand Down

0 comments on commit 84633ee

Please sign in to comment.