mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Removed CSS break-word
This commit is contained in:
parent
3520c0fa79
commit
4012bd39ed
4
public/css/built.css
vendored
4
public/css/built.css
vendored
@ -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;
|
||||||
}
|
}
|
||||||
|
4
public/css/style.css
vendored
4
public/css/style.css
vendored
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user