related to #1465 added category name on line display

This commit is contained in:
Matthieu Leproux
2021-09-21 12:45:30 +02:00
committed by plegall
parent c301d95d49
commit fcc14158a1
2 changed files with 14 additions and 9 deletions
+11
View File
@@ -380,6 +380,7 @@ jQuery(document).ready( function() {
.line-icon {
padding: 10px;
border-radius: 50%;
white-space: nowrap;
}
.tab-title div {
@@ -517,6 +518,16 @@ jQuery(document).ready( function() {
margin-left: 20px;
}
.type-name {
overflow: hidden;
max-height: 80px;
max-width: 190px;
vertical-align: middle;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.toggle-img-option {
cursor: pointer;
position: absolute;