Removed CSS break-word
This commit is contained in:
parent
3520c0fa79
commit
4012bd39ed
2 changed files with 0 additions and 8 deletions
4
public/css/built.css
vendored
4
public/css/built.css
vendored
|
|
@ -2626,10 +2626,6 @@ border-radius: 3px;
|
|||
|
||||
/*new*/
|
||||
|
||||
div {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
div.input-group {
|
||||
word-break: normal;
|
||||
}
|
||||
|
|
|
|||
4
public/css/style.css
vendored
4
public/css/style.css
vendored
|
|
@ -275,10 +275,6 @@ border-radius: 3px;
|
|||
|
||||
/*new*/
|
||||
|
||||
div {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
div.input-group {
|
||||
word-break: normal;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue