Fix word wrap in note control.

This commit is contained in:
Murtuza Zabuawala 2016-12-21 13:17:11 +00:00 committed by Dave Page
parent 99299f022f
commit 43b9e53572

View File

@ -1160,7 +1160,6 @@ button.pg-alertify-button {
margin: 0 0 10px;
overflow: auto;
padding: 5px 10px;
word-break: break-all;
word-wrap: break-word;
}