limit fieldset label to 2 lines

This commit is contained in:
2017-09-29 10:34:34 +02:00
parent da1057c681
commit 46bbf24edf
+4
View File
@@ -149,6 +149,10 @@
display: block;
overflow: hidden;
text-overflow: ellipsis;
max-height: 40px;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
display: -webkit-box;
}
}