Showing
1 changed file
with
7 additions
and
0 deletions
@@ -313,6 +313,13 @@ | @@ -313,6 +313,13 @@ | ||
313 | float: right; | 313 | float: right; |
314 | } | 314 | } |
315 | 315 | ||
316 | + .invoice-title { | ||
317 | + width: 450px; | ||
318 | + overflow: hidden; | ||
319 | + white-space: nowrap; | ||
320 | + text-overflow: ellipsis; | ||
321 | + } | ||
322 | + | ||
316 | .invoice-see { | 323 | .invoice-see { |
317 | color: #d0021b; | 324 | color: #d0021b; |
318 | } | 325 | } |
-
Please register or login to post a comment