summaryrefslogtreecommitdiffstats
path: root/portal/src/main/webapp/extsys/vim/css
diff options
context:
space:
mode:
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
commit0a29d72ec077a9969434ebdc605f0db735b8fd98 (patch)
tree0d27cf6d4daa352ed537e8395d8c688f7cd91343 /portal/src/main/webapp/extsys/vim/css
parent5e5e988c86f20e21d85a631ac3948f4b29ff23e6 (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.css5
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