@nine-lab/nine-mu 0.1.275 → 0.1.277
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 +3 -1
- 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 +3 -1
package/package.json
CHANGED
package/public/css/nine-mu.css
CHANGED
|
@@ -283,6 +283,7 @@
|
|
|
283
283
|
}
|
|
284
284
|
|
|
285
285
|
span.more {
|
|
286
|
+
display: none;
|
|
286
287
|
right: 4px;
|
|
287
288
|
bottom: 0px;
|
|
288
289
|
font-size: 9px;
|
|
@@ -1018,7 +1019,7 @@
|
|
|
1018
1019
|
align-items: center;
|
|
1019
1020
|
|
|
1020
1021
|
div.message {
|
|
1021
|
-
display:
|
|
1022
|
+
display: contents;
|
|
1022
1023
|
-webkit-line-clamp: 3;
|
|
1023
1024
|
-webkit-box-orient: vertical;
|
|
1024
1025
|
overflow: auto;
|
|
@@ -1031,6 +1032,7 @@
|
|
|
1031
1032
|
}
|
|
1032
1033
|
|
|
1033
1034
|
span.more {
|
|
1035
|
+
display: none;
|
|
1034
1036
|
right: 4px;
|
|
1035
1037
|
bottom: 0px;
|
|
1036
1038
|
font-size: 9px;
|