diff options
Diffstat (limited to 'dashboard/index.html')
| -rw-r--r-- | dashboard/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dashboard/index.html b/dashboard/index.html index 2c92305..136decd 100644 --- a/dashboard/index.html +++ b/dashboard/index.html @@ -75,6 +75,14 @@ background-size: cover; background-position: center; } + .productTitle { + display: inline-block; + width: 250px; + white-space: nowrap; + overflow: hidden !important; + text-overflow: ellipsis; + margin-bottom: -10px; + } </style> </head> <body> |
