Skip to content

Commit

Permalink
Fix styles impacting global ul, li in FieldSection component
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundito committed Aug 10, 2022
1 parent 7662956 commit ac9349b
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
@use "../../../../scss/colors";
@use "../../../../scss/variables";
@use "./DiffSection.module.scss";
@use "../../../../scss/colors";

ul,
li {
list-style-type: none;
list-style-position: inside;
margin: 0px;
padding: 0px;
height: auto;
font-weight: 400;
}

.fieldHeader {
@extend .sectionHeader;
Expand Down Expand Up @@ -38,4 +28,14 @@ li {

.fieldRowsContainer {
padding-left: variables.$spacing-lg;

ul,
li {
list-style-type: none;
list-style-position: inside;
margin: 0px;
padding: 0px;
height: auto;
font-weight: 400;
}
}

0 comments on commit ac9349b

Please sign in to comment.