diff --git a/module/screen/css/browse.css b/module/screen/css/browse.css index 4e0ce89210..78f9fc474a 100644 --- a/module/screen/css/browse.css +++ b/module/screen/css/browse.css @@ -14,9 +14,9 @@ .screen .top .image i:before {content: '\f1c5';} .screen .bottom {padding: 12px 16px; height: 70px;} -.screen .bottom .screen-title{font-size: 14px; color: #0B0F18;} +.screen .bottom .screen-title{font-size: 14px; color: #0B0F18;overflow:hidden; white-space: nowrap;} .screen .bottom .screen-title a{color: white;} -.screen .bottom div.screen-desc{margin: 0;font-size:12px; color: #838A9D; overflow: hidden; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;} +.screen .bottom div.screen-desc{margin: 0;font-size:12px; color: #838A9D; overflow: hidden;height:34px;} .row a.btn-collect-screen {color: white; position: absolute; right: 10px; top: 117px; z-index: 1;} diff --git a/module/screen/view/browse.html.php b/module/screen/view/browse.html.php index f89e4297ab..d76c8bd475 100644 --- a/module/screen/view/browse.html.php +++ b/module/screen/view/browse.html.php @@ -26,7 +26,7 @@