fix: increase specificity of content ul selector

pull/7734/head
Carl Richter 4 years ago
parent c9046cdef9
commit 19c7486ff0

@ -71,7 +71,7 @@
font-weight: 500;
}
ul:not(.tabset-tabs) {
ul:not(.tabset-tabs):not(.contains-task-list) {
list-style: disc;
ul {

Loading…
Cancel
Save