GithubHelp home page GithubHelp logo

Comments (5)

tijsrademakers avatar tijsrademakers commented on July 24, 2024

If you think a Courier type of font is better, I'm ok to give that a try. But it would really need a PR from you or someone else in the community. Closing the issue for now.

from flowable-engine.

mgrouch avatar mgrouch commented on July 24, 2024

Any kind of monospaced font

from flowable-engine.

tijsrademakers avatar tijsrademakers commented on July 24, 2024

Again, fine with me, but please create a PR and we'll merge it.

from flowable-engine.

mgrouch avatar mgrouch commented on July 24, 2024

In displaymodel.css you need to add (at the end)

div[class*='ui-tooltip-kisbpm-'] {
    font-family: Monaco,Andale Mono,Courier New,monospace;
    font-size: 11px;
    white-space: pre;
}

div[class*='ui-tooltip-kisbpm-'] .qtip-content {
    font-family: Monaco,Andale Mono,Courier New,monospace;
    font-size: 11px;
    white-space: pre;
}

.ui-tooltip-kisbpm-bpmn .qtip-titlebar {
    white-space: pre;
}

.ui-tooltip-kisbpm-bpmn .qtip-tip {
    white-space: pre;
}


.qtip {
    max-width: 680px;
    min-width: 100px;
}

and you should really have a single place for css instead of copying and pasting them around between several apps.
Might be create an overlay for maven war plugin and use it in all apps.

Thanks

from flowable-engine.

mgrouch avatar mgrouch commented on July 24, 2024

Oh an the beginning of style.css
should have this


textarea.form-control {
    height: auto;
    font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}


from flowable-engine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.