Span Contenteditable Width Won't Work June 22, 2024 Post a Comment When the span tag is used with the attribute contenteditable='true' then it ignores all width css Solution 1: span is a display:inline element. Width doesn't work on inline elements.Apply either display:inline-block; or display:block; to the span. Share Post a Comment for "Span Contenteditable Width Won't Work"
Post a Comment for "Span Contenteditable Width Won't Work"