This is the code I am working with:
I can’t work out why the toolbar (blue) is extending past the right side of the text box. There doesnt seem to be any padding or margin a miss.
I applied it in blue and pink to help show it:
.uEditorToolbar {background-color: blue;}
Can anyone give some guidance please?
The uEditorToolbar has two extra pixels of padding.
width:100%sets the width not including padding. If need the padding, you can remove thewidth:100%, and the blue bar doesn’t extend too far.Is that what you need, or am I missing something.