diff --git a/Application/Home/View/Item/show_regular.html b/Application/Home/View/Item/show_regular.html
index 340c94b5d..abec5dea5 100644
--- a/Application/Home/View/Item/show_regular.html
+++ b/Application/Home/View/Item/show_regular.html
@@ -1,5 +1,5 @@
-
+
{$item.item_name}
@@ -64,7 +64,7 @@
- {$catalog.cat_name}
+ {$catalog.cat_name}
@@ -72,7 +72,7 @@
- - {$catalog3.cat_name}
+
- {$catalog3.cat_name}
diff --git a/Public/css/item/show.css b/Public/css/item/show.css
index d0e2e9130..ac62173fa 100644
--- a/Public/css/item/show.css
+++ b/Public/css/item/show.css
@@ -146,28 +146,9 @@
margin-left: 0px;
}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+.show_cut_title{
+ white-space:nowrap;
+ text-overflow:ellipsis;
+ -o-text-overflow:ellipsis;
+ overflow:hidden
+}
\ No newline at end of file