Explorar o código

Merge branch 'fix/homepage_title' into 'develop'

Merge of fix/homepage_title to develop 首页标题折行问题

See merge request o2oa/o2oa!1046
胡起 %!s(int64=5) %!d(string=hai) anos
pai
achega
c2e6e42c1f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      o2web/source/x_component_Homepage/$Main/default/style.css

+ 1 - 1
o2web/source/x_component_Homepage/$Main/default/style.css

@@ -173,7 +173,7 @@
     height: 40px;
     overflow: hidden;
     text-overflow: ellipsis;
-
+    word-break: break-all;
     word-wrap: normal;
     margin-right: 10px;
 }