fixed issue #9: text in fields and values got wrapped in Chrome when zooming your browser

This commit is contained in:
Jos de Jong 2012-08-31 21:53:42 +02:00
parent b57e1b440f
commit d12cde974a
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
margin: 1px;
outline: none;
word-wrap: break-word;
float: left;
}
/* adjust margin of p elements inside editable divs, needed for Opera, IE */