From 0a29d72ec077a9969434ebdc605f0db735b8fd98 Mon Sep 17 00:00:00 2001 From: 覃亮10184303 Date: Wed, 20 Sep 2017 16:19:31 +0800 Subject: Call the VIM API from esr-server MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I03a5faaa3314395fac19062b15d0c26147bdeb8c Issue-ID: AAI-346 Signed-off-by: 覃亮10184303 --- portal/src/main/webapp/extsys/vim/css/vim.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'portal/src/main/webapp/extsys/vim/css') diff --git a/portal/src/main/webapp/extsys/vim/css/vim.css b/portal/src/main/webapp/extsys/vim/css/vim.css index 0998451..aa24232 100644 --- a/portal/src/main/webapp/extsys/vim/css/vim.css +++ b/portal/src/main/webapp/extsys/vim/css/vim.css @@ -547,4 +547,9 @@ h3 { margin-top: 35px; position: absolute; background: #ddd; +} +.md-text-overflow { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } \ No newline at end of file -- cgit 1.2.3-korg