From cef5e09a58c124a20c2dd04a0e1d25905da25ea7 Mon Sep 17 00:00:00 2001 From: yuri Date: Tue, 15 Jan 2019 13:09:06 +0200 Subject: [PATCH] fix css --- frontend/less/espo/custom.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 1c1f66a4e0..1efc5837c3 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -929,6 +929,12 @@ table.table > tbody td > .list-row-buttons button { margin-top: 2px; } +table.table > tbody > tr > td, +table.table > thead > tr > th { + text-overflow: ellipsis; + overflow: hidden; +} + .list-row-buttons span.caret { border-top-color: @gray-light; }