Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
cedk committed Feb 22, 2022
1 parent 31c1430 commit b432530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion sass/ui-assets/components/_items.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
}

.info {
max-width: 240px;
padding-left: 15px;
padding-right: 7px;
}
Expand Down
4 changes: 2 additions & 2 deletions sass/ui-assets/components/_lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ ul.row-sm {
}
}

.list-check {
.list-check, .list-check ul {
list-style: none;
padding-left: 0;

Expand All @@ -104,7 +104,7 @@ ul.row-sm {
> li::before {
color: $success;
content: "\f00c";
font-family: fontawesome; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
font-family: "Font Awesome 5 Free"; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
font-size: 20px;
font-weight: 900;
left: 0;
Expand Down

0 comments on commit b432530

Please sign in to comment.