fix: remove duplicate svg first-child class

Removed unnecessary direction property from first SVG in diagram.
pull/7903/head
Nicolas Giard 2 weeks ago committed by GitHub
parent a9ccd5d445
commit 9248fa7987
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -764,10 +764,6 @@
.diagram {
margin-top: 1rem;
overflow: auto;
svg:first-child {
direction: ltr;
}
svg {
color-scheme: light;

Loading…
Cancel
Save