Dynamic width?
-
Anyone know how to make the crayon text boxes expand to only the size of the text contained?
I’m trying to find something like display:inline-block but can’t seem to find it possible in the crayon settings or where else I might put it.
I have something similar working in a different area not using crayon for a simple text box:
.background-notes {
padding: 2px 6px 4px 6px;
color: 222;
background-color: rgba(254,166,64,0.2);
border: #e3e3e3 2px solid;
display: inline-block;
}how to do this with crayon?
- The topic ‘Dynamic width?’ is closed to new replies.