diff options
Diffstat (limited to 'smarttv-client/CSS/Main.css')
-rwxr-xr-x | smarttv-client/CSS/Main.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/smarttv-client/CSS/Main.css b/smarttv-client/CSS/Main.css index 5b8f829..b733c20 100755 --- a/smarttv-client/CSS/Main.css +++ b/smarttv-client/CSS/Main.css @@ -130,6 +130,9 @@ body { padding-right:20px;
background-color: rgba(0,0,0,0.5);
z-index:20;
+ overflow:hidden;
+ text-overflow: ellipsis;
+ white-space : nowrap;
}
|