summaryrefslogtreecommitdiffstats
path: root/portal/src/main/webapp/extsys/ems/css/ems.css
diff options
context:
space:
mode:
Diffstat (limited to 'portal/src/main/webapp/extsys/ems/css/ems.css')
-rw-r--r--portal/src/main/webapp/extsys/ems/css/ems.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/portal/src/main/webapp/extsys/ems/css/ems.css b/portal/src/main/webapp/extsys/ems/css/ems.css
index 6838e7e..d175c88 100644
--- a/portal/src/main/webapp/extsys/ems/css/ems.css
+++ b/portal/src/main/webapp/extsys/ems/css/ems.css
@@ -458,6 +458,9 @@ h3 {
margin-top: 10px;
margin-bottom: 40px;
font-weight: 200;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
}
.blue-font {
@@ -550,4 +553,9 @@ h3 {
}
#btnPreStep, #btnSave{
display: none;
+}
+.md-text-overflow {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
} \ No newline at end of file