Skip to content

Commit 1228451

Browse files
authored
Fix styles impacting global ul, li in FieldSection component (#15484)
1 parent 6aa08e0 commit 1228451

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

airbyte-webapp/src/views/Connection/CatalogDiffModal/components/FieldSection.module.scss

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
1+
@use "../../../../scss/colors";
12
@use "../../../../scss/variables";
23
@use "./DiffSection.module.scss";
3-
@use "../../../../scss/colors";
4-
5-
ul,
6-
li {
7-
list-style-type: none;
8-
list-style-position: inside;
9-
margin: 0px;
10-
padding: 0px;
11-
height: auto;
12-
font-weight: 400;
13-
}
144

155
.fieldHeader {
166
@extend .sectionHeader;
@@ -38,4 +28,14 @@ li {
3828

3929
.fieldRowsContainer {
4030
padding-left: variables.$spacing-lg;
31+
32+
ul,
33+
li {
34+
list-style-type: none;
35+
list-style-position: inside;
36+
margin: 0px;
37+
padding: 0px;
38+
height: auto;
39+
font-weight: 400;
40+
}
4141
}

0 commit comments

Comments
 (0)