Skip to content

Commit

Permalink
UI: 41983 set new padding for ul-tags to avoid too much spacing. (#8518)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastocker authored Dec 2, 2024
1 parent 46ee791 commit 76142d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion templates/default/060-elements/_elements_lists.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
@use "../050-layout/basics/_layout_spacing-variables.scss" as spacing;

ul, ol, p {
margin: .8em 0;
}

ol, ul {
padding-left: 40px;
padding-left: spacing.$il-padding-xlarge-horizontal;
list-style-image: none;//mantis #19613: stop the inheritance for nested list until specifically setted
}

Expand Down
2 changes: 1 addition & 1 deletion templates/default/delos.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 76142d9

Please sign in to comment.