Bootstrap + Envelope
Bootstrap + Envelope
I'm not sure if I'm overlooking something.
When setting Editor's display
value to envelop
while using the Bootstrap styling option the envelope display is broken. It appears at the bottom of the page like this
In the picture I'm using the Envelope example with the addition of setting display
to envelope
.
Using editor.dataTables.css
instead of editor.bootstrap.css
fixes the issue but obviously isn't the desired solution.
Is this combination not supported?
This question has an accepted answers - jump to answer
Answers
An oversight on my part - thanks for letting me know about it.
Attached is the correction for the CSS files.
There is still an issue with the styling of the form elements though. The Bootstrap integration for Editor makes an assumption about the display which isn't true when the envelope display controller is used.
Let me have a think about the best way to resolve that and I'll get back to you.
Allan
Sounds good Allan. Thanks as always for the quick response.
Hi Allan, hi dclar43,
I was facing exactly the same issue lately and really was struggling so many thanks for both the question and the answer !
The CSS file corrected the issue I had with some tricks on my side (I'm nesting an editor in another and this is the reason why I use the envelop display on the second one).
Many thanks to both of you,
Sébastien