Skip to content

Commit 23b005c

Browse files
Remove <dd> indentation when in <dl> using .grid class
1 parent a669611 commit 23b005c

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

assets-src/styles/sass/30-base/_lists.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ dl.grid {
114114
dd {
115115
grid-column-start: 2;
116116
grid-column-end: 3;
117+
margin-inline-start: 0;
117118
}
118119
}
119120
}

public/dist/assets/styles/core.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1818,6 +1818,7 @@ dl.inline div dd:not(:last-child):after {
18181818
dl.grid dd {
18191819
grid-column-start: 2;
18201820
grid-column-end: 3;
1821+
margin-inline-start: 0;
18211822
}
18221823
}
18231824

public/dist/assets/styles/core.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)