diff --git a/index.html b/index.html index 5107096..01cf94b 100644 --- a/index.html +++ b/index.html @@ -9,14 +9,24 @@
- + +
- + +
diff --git a/static/css/index.css b/static/css/index.css index 9a21bf1..18eb3ff 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -357,7 +357,11 @@ header [class*=" icon-"] { color: #333; } .ui-command a { - padding: 0 6px; + padding: 0 10px; + max-width: 130px; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } .ui-command-more .icon-expand { font-size: 24px; diff --git a/static/js/components/app-main/app-main.html b/static/js/components/app-main/app-main.html index 03f3722..b317c09 100644 --- a/static/js/components/app-main/app-main.html +++ b/static/js/components/app-main/app-main.html @@ -1,4 +1,7 @@ - +
@@ -8,7 +11,7 @@