mirror of https://github.com/status-im/codimd.git
fix: solve conflict of label class in mermaid and bootstrap
Signed-off-by: Max Wu <jackymaxj@gmail.com>
This commit is contained in:
parent
edd27af26e
commit
cdc8581174
|
@ -4,6 +4,18 @@
|
|||
.mermaid .label {
|
||||
color: #333;
|
||||
}
|
||||
/* workaround to solve conflict bootstrap styles */
|
||||
.mermaid .label {
|
||||
display: unset;
|
||||
padding: unset;
|
||||
font-size: unset;
|
||||
font-weight: unset;
|
||||
line-height: unset;
|
||||
text-align: unset;
|
||||
white-space: unset;
|
||||
vertical-align: unset;
|
||||
border-radius: unset;
|
||||
}
|
||||
.mermaid .node rect,
|
||||
.mermaid .node circle,
|
||||
.mermaid .node ellipse,
|
||||
|
|
Loading…
Reference in New Issue