Fix fig1 mermaid text clipping: add white-space nowrap to node/edge labels
This commit is contained in:
parent
330c3512f1
commit
564a558579
@ -381,6 +381,12 @@
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
.wp-modal-body .mermaid .nodeLabel {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.wp-modal-body .mermaid .edgeLabel {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.wp-modal-body ol {
|
||||
margin: 0.75rem 0 0.75rem 1.5rem;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user