Removed CSS break-word

This commit is contained in:
Hillel Coren 2016-02-15 19:39:54 +02:00
parent 3520c0fa79
commit 4012bd39ed
2 changed files with 0 additions and 8 deletions

View File

@ -2626,10 +2626,6 @@ border-radius: 3px;
/*new*/ /*new*/
div {
word-break: break-word;
}
div.input-group { div.input-group {
word-break: normal; word-break: normal;
} }

View File

@ -275,10 +275,6 @@ border-radius: 3px;
/*new*/ /*new*/
div {
word-break: break-word;
}
div.input-group { div.input-group {
word-break: normal; word-break: normal;
} }