diff --git a/infolog/templates/default/app.css b/infolog/templates/default/app.css index a138bca518..9d9411f773 100644 --- a/infolog/templates/default/app.css +++ b/infolog/templates/default/app.css @@ -21,7 +21,7 @@ div#infolog-index.et2_container .gridCont_0_div_col_0 { table.infolog_fullWidth { width: 100%; } #infolog-edit_info_number:before { content:"#" } #infolog-edit_info_contact { width: 98%;} -.infolog_fixedHeight { height: 12px; } +.infolog_fixedHeight { height: 12px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;} .infolog_normalWrap { white-space: normal; } .infolog_user_filter select { width: 100px; } .inputFullWidth input { width: 100%; } diff --git a/infolog/templates/pixelegg/app.css b/infolog/templates/pixelegg/app.css index c52cfbeb28..bd0e075c62 100755 --- a/infolog/templates/pixelegg/app.css +++ b/infolog/templates/pixelegg/app.css @@ -74,6 +74,9 @@ table.infolog_fullWidth { } .infolog_fixedHeight { height: 12px; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } .infolog_normalWrap { white-space: normal; diff --git a/infolog/templates/pixelegg/app.less b/infolog/templates/pixelegg/app.less index b9f9a2b7fe..be7b0707cb 100755 --- a/infolog/templates/pixelegg/app.less +++ b/infolog/templates/pixelegg/app.less @@ -254,7 +254,6 @@ div.et2_box_widget{ - // ############################################################################# // Dialog infolog