diff options
| author | Kumar Priyansh <[email protected]> | 2019-05-31 19:00:47 +0700 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-05-31 19:00:47 +0700 |
| commit | 7a3918abd1f2610ec5b339f2bc8100a0f00ac4fd (patch) | |
| tree | 6017f10deee21890f8703c9f060dfd85fb5f00e1 /dashboard/index.html | |
| parent | 684da6bd690a99685e4ab408b565683d8bdfb3aa (diff) | |
| download | firebase-ecommerce-7a3918abd1f2610ec5b339f2bc8100a0f00ac4fd.tar.xz firebase-ecommerce-7a3918abd1f2610ec5b339f2bc8100a0f00ac4fd.zip | |
Updated Dashboard Product list Styling
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> |
