@servicetitan/dte-pdf-editor 1.59.0 → 1.60.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -115,7 +115,6 @@
|
|
|
115
115
|
min-height: 0;
|
|
116
116
|
line-height: 1;
|
|
117
117
|
white-space: pre-wrap;
|
|
118
|
-
overflow-wrap: break-word;
|
|
119
118
|
overflow: hidden;
|
|
120
119
|
}
|
|
121
120
|
|
|
@@ -124,7 +123,6 @@
|
|
|
124
123
|
min-width: 0;
|
|
125
124
|
line-height: 1;
|
|
126
125
|
white-space: normal;
|
|
127
|
-
overflow-wrap: break-word;
|
|
128
126
|
overflow: hidden;
|
|
129
127
|
}
|
|
130
128
|
|