@nine-lab/nine-mu 0.1.274 → 0.1.275
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/dist/css/nine-mu.css +2 -2
- package/dist/nine-mu.js +5 -5
- package/dist/nine-mu.umd.js +1 -1
- package/package.json +1 -1
- package/public/css/nine-mu.css +2 -2
package/package.json
CHANGED
package/public/css/nine-mu.css
CHANGED
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
align-items: center;
|
|
271
271
|
|
|
272
272
|
div.message {
|
|
273
|
-
display:
|
|
273
|
+
display: contents;
|
|
274
274
|
-webkit-line-clamp: 3;
|
|
275
275
|
-webkit-box-orient: vertical;
|
|
276
276
|
overflow: hidden;
|
|
@@ -1018,7 +1018,7 @@
|
|
|
1018
1018
|
align-items: center;
|
|
1019
1019
|
|
|
1020
1020
|
div.message {
|
|
1021
|
-
display:
|
|
1021
|
+
display: -webkit-box;
|
|
1022
1022
|
-webkit-line-clamp: 3;
|
|
1023
1023
|
-webkit-box-orient: vertical;
|
|
1024
1024
|
overflow: auto;
|