diff --git a/output/styles2.css b/output/styles2.css index 26a1c3d..b728c0f 100644 --- a/output/styles2.css +++ b/output/styles2.css @@ -16,7 +16,17 @@ header { .td_identifier { font-family: monospace; } #th_name { width:13%; } #th_language { width:0% } -#th_description { } +#th_description { } +.clamp { + /*white-space: nowrap;*/ + overflow: hidden; + text-overflow: ellipsis; + display: + -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 3; + +} #th_users { width:0% } .td_users { text-align: right; } #th_preview { width:19%; } diff --git a/sites/+components/tbl_communities.php b/sites/+components/tbl_communities.php index 200cb56..6e4123b 100644 --- a/sites/+components/tbl_communities.php +++ b/sites/+components/tbl_communities.php @@ -38,8 +38,9 @@ language?> name?> - description?> - +
+ description?> +
active_users?> @@ -64,4 +65,4 @@ - \ No newline at end of file +