Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

label out of node #262

Closed
yongrisb opened this issue Dec 2, 2015 · 2 comments
Closed

label out of node #262

yongrisb opened this issue Dec 2, 2015 · 2 comments

Comments

@yongrisb
Copy link

yongrisb commented Dec 2, 2015

result

        var config = {
            startOnLoad:true,
            callback:function(id){
                console.log(id,' rendered');
            },
            flowchart:{
                    useMaxWidth:true,
                    htmlLabels:false
                }
        };
    <div class="mermaid" id="i211">
        graph TD;
        A[TESTTESTTESTTESTTEST];A-->B[testtesttesttesttest];
    </div>
knsv pushed a commit that referenced this issue Dec 27, 2015
@knsv
Copy link
Collaborator

knsv commented Dec 27, 2015

Found the problem. It was a css selector issue. Committed a fix for this, it will be includedi n the next release. If you wish you can use the css files from the repository already.

Good luck.

@knsv knsv added the Fixed label Dec 27, 2015
mgenereu pushed a commit to mgenereu/mermaid that referenced this issue Jun 25, 2022
…yarn/develop/autoprefixer-10.3.1

Bump autoprefixer from 10.3.0 to 10.3.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants