Skip to content

Instantly share code, notes, and snippets.

View cfcomputing's full-sized avatar

Chris Feerick cfcomputing

View GitHub Profile
@cfcomputing
cfcomputing / index.html
Created January 24, 2020 21:31
contenteditable chrome text wrapping bug
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Content Editable break-word issues</title>
<style type="text/css">
.outer-wrapper {
width: 480px;