-
```
What would you like dompdf to do:
Add support for CSS "text-overflow: ellipsis;"
Do you have an example:
div {
width:100px;
height:40px;
overflow:hidden;
text-overflow: ellipsis;
…
-
When I'm selecting a text in the viewport, after I scroll, a small highlight of the previous text still remains clinging on the viewport.
Had to fix it by providing this class:
.xterm-selection…
-
This error seems to be happening easily with certain scripts. In the example below, it's reproduced after adding Devanagari.
## Steps to Reproduce
1. Execute `flutter run` on the code sample on …
-
Full name, 'called' icon and gender icon are not shown when the name is very long.
![image.png](https://raw.githubusercontent.com/nus-cs2103-AY2122S1/pe/master/files/fdf0aace-312b-4cef-a30a-0efe40c06…
-
Text gets cutoff for long nok names
![image.png](https://raw.githubusercontent.com/nus-cs2103-AY2122S1/pe/master/files/730dfe59-533d-4bfe-b572-d350657b3932.png)
[original: nus-cs2103-AY2122S1/…
-
```
What would you like dompdf to do:
Add support for CSS "text-overflow: ellipsis;"
Do you have an example:
div {
width:100px;
height:40px;
overflow:hidden;
text-overflow: ellipsis;
…
-
```
What would you like dompdf to do:
Add support for CSS "text-overflow: ellipsis;"
Do you have an example:
div {
width:100px;
height:40px;
overflow:hidden;
text-overflow: ellipsis;
…
-
```
Hi all!
I know this is CSS3, but I find the "text-overflow:ellipsis" property terribly
useful. Is there any plan for adding support for this. Any work arround in the
mean time?
Cheers,
Pa…
-
It seems that if there is not enough space for the header text to fit (e.g. the “All Done” text), it will overflow out of the header, and into clipping the information below (if there is any). This is…
ghost updated
5 years ago
-
```
What would you like dompdf to do:
Add support for CSS "text-overflow: ellipsis;"
Do you have an example:
div {
width:100px;
height:40px;
overflow:hidden;
text-overflow: ellipsis;
…