Giter VIP home page Giter VIP logo

Comments (4)

brettkowski avatar brettkowski commented on July 17, 2024 1

Hey @jingxiawl you can set the height using the below style:
<style> #responsibilityEdit .ql-editor { min-height:200px } </style>

from vue2-editor.

NightFarmer avatar NightFarmer commented on July 17, 2024

+1

from vue2-editor.

boxuanzhang avatar boxuanzhang commented on July 17, 2024

I tried to use

height: 350px;

instead of

min-height:200px;

This does work

I believe you can close this issue. lol

from vue2-editor.

mcat56 avatar mcat56 commented on July 17, 2024

I want to be able to set min-height less than 200px. This does not work for me, I have tried inline style as well as all of the following

.ql-toolbar .ql-snow + .ql-container .ql-snow {
    min-height: 50px !important;
}
.ql-container .ql-snow {
    min-height: 50px !important;
}

.ql-container .ql-snow {
    min-height: 50px !important;
}

#editor1 .ql-editor .ql-blank {
    min-height: 50px !important;
}

#editor2 .ql-editor .ql-blank {
    min-height: 50px !important;
}

#editor3 .ql-editor .ql-blank {
    min-height: 50px !important;
}

.ql-editor .ql-blank {
    min-height: 50px !important;
    height: 50px !important;
}

.ql-editor {
    height: 50px !important;
    min-height: 50px !important;
}

#editor1 .ql-editor {
    min-height: 50px !important;
    height: 50px !important;
}

#editor2 {
    min-height: 50px !important;
    height: 50px !important;
}

#editor3 {
    min-height: 50px !important;
    height: 50px !important;
}

.quillWrapper {
    min-height: 50px !important;
    height: 50px !important;
}

No matter what min-height: 200px always shows up on ql-editor

from vue2-editor.

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.