diff options
author | 覃亮10184303 <qin.liang13@zte.com.cn> | 2017-09-20 16:19:31 +0800 |
---|---|---|
committer | 覃亮10184303 <qin.liang13@zte.com.cn> | 2017-09-20 16:19:31 +0800 |
commit | 0a29d72ec077a9969434ebdc605f0db735b8fd98 (patch) | |
tree | 0d27cf6d4daa352ed537e8395d8c688f7cd91343 /portal/src/main/webapp/extsys/vim/css | |
parent | 5e5e988c86f20e21d85a631ac3948f4b29ff23e6 (diff) |
Call the VIM API from esr-server
Change-Id: I03a5faaa3314395fac19062b15d0c26147bdeb8c
Issue-ID: AAI-346
Signed-off-by: 覃亮10184303 <qin.liang13@zte.com.cn>
Diffstat (limited to 'portal/src/main/webapp/extsys/vim/css')
-rw-r--r-- | portal/src/main/webapp/extsys/vim/css/vim.css | 5 |
1 files changed, 5 insertions, 0 deletions
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 |