Don't add border on list-item

This commit is contained in:
Peter Stuifzand 2020-05-12 15:51:52 +02:00
parent 00238fe0e1
commit 61650a3e71

View File

@ -18,6 +18,10 @@
display: none; display: none;
} }
.list-item {
border: none !important;
}
.codex-editor .icon { .codex-editor .icon {
align-items: initial; align-items: initial;
display: initial; display: initial;