Commit bf08e530 authored by Mac's avatar Mac

1

parent 38c2e88b
...@@ -100,9 +100,9 @@ ...@@ -100,9 +100,9 @@
margin-bottom:5px; margin-bottom:5px;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
-webkit-line-clamp: 1; display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
display: inline-block;
width:130px; width:130px;
} }
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
.her_Two_study { .her_Two_study {
overflow-x: auto !important; overflow-x: auto !important;
display: flex; display: flex;
white-space: nowrap; /* white-space: nowrap; */
} }
.style_five_label{ .style_five_label{
float:left; float:left;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment