Skip to content

Commit

Permalink
Fix bullet disorder in card
Browse files Browse the repository at this point in the history
  • Loading branch information
mendax1234 committed Jul 11, 2022
1 parent ac27676 commit d8a2acc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@ a.button {
color: var(--ls-icon-color);
}

div[data-refs-self*='"card"'] {
margin: 0.5em;
background-color: var(--canvas-subtle);
border: 1px solid var(--border-default);
box-shadow: none;
}
div[data-refs-self*='"card"'] > div:first-child {
margin-left: -0.5em;
}

.form-checkbox {
border-radius: 6px;
}
Expand Down

0 comments on commit d8a2acc

Please sign in to comment.