@clickview/library-editor 1.1.32-dev-us.0 → 1.1.32-dev-us.2
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/bundles.json
CHANGED
|
@@ -7832,28 +7832,36 @@ svg {
|
|
|
7832
7832
|
display: -webkit-box;
|
|
7833
7833
|
-webkit-line-clamp: 1;
|
|
7834
7834
|
-webkit-box-orient: vertical;
|
|
7835
|
-
overflow: hidden;
|
|
7835
|
+
overflow: hidden;
|
|
7836
|
+
padding-bottom: 0.14em;
|
|
7837
|
+
margin-bottom: -0.14em; }
|
|
7836
7838
|
|
|
7837
7839
|
.clamp-2 {
|
|
7838
7840
|
display: block;
|
|
7839
7841
|
display: -webkit-box;
|
|
7840
7842
|
-webkit-line-clamp: 2;
|
|
7841
7843
|
-webkit-box-orient: vertical;
|
|
7842
|
-
overflow: hidden;
|
|
7844
|
+
overflow: hidden;
|
|
7845
|
+
padding-bottom: 0.14em;
|
|
7846
|
+
margin-bottom: -0.14em; }
|
|
7843
7847
|
|
|
7844
7848
|
.clamp-3 {
|
|
7845
7849
|
display: block;
|
|
7846
7850
|
display: -webkit-box;
|
|
7847
7851
|
-webkit-line-clamp: 3;
|
|
7848
7852
|
-webkit-box-orient: vertical;
|
|
7849
|
-
overflow: hidden;
|
|
7853
|
+
overflow: hidden;
|
|
7854
|
+
padding-bottom: 0.14em;
|
|
7855
|
+
margin-bottom: -0.14em; }
|
|
7850
7856
|
|
|
7851
7857
|
.clamp-4 {
|
|
7852
7858
|
display: block;
|
|
7853
7859
|
display: -webkit-box;
|
|
7854
7860
|
-webkit-line-clamp: 4;
|
|
7855
7861
|
-webkit-box-orient: vertical;
|
|
7856
|
-
overflow: hidden;
|
|
7862
|
+
overflow: hidden;
|
|
7863
|
+
padding-bottom: 0.14em;
|
|
7864
|
+
margin-bottom: -0.14em; }
|
|
7857
7865
|
|
|
7858
7866
|
svg {
|
|
7859
7867
|
fill: currentColor;
|