Skip to content

Commit

Permalink
fix(prose): don't apply margin-bottom on divs
Browse files Browse the repository at this point in the history
  • Loading branch information
dancormier committed Dec 7, 2022
1 parent 269cabe commit 76ce5ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/css/components/labels.less
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
&__new {
--_la-status-bg: var(--green-100);
--_la-status-fc: var(--green-700);

.dark-mode({
--_la-status-bg: var(--green-050);
--_la-status-fc: var(--green-800);
Expand All @@ -63,7 +63,7 @@
&__required {
--_la-status-bg: var(--red-100);
--_la-status-fc: var(--red-700);

.dark-mode({
--_la-status-bg: var(--red-050);
--_la-status-fc: var(--red-800);
Expand Down
1 change: 0 additions & 1 deletion lib/css/components/prose.less
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@
quotes: none;
}
dd,
div,
dl,
.s-table-container,
.s-link-preview {
Expand Down

0 comments on commit 76ce5ba

Please sign in to comment.