-
```
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;
…
-
This feature is a bit dependent of #68 because it only makes sense when the table has fixed table layout.
The goal is to implement `text-overflow: ellipsis` as default but let the user decide which…
-
**Describe the bug**
When viewing the website on a mobile phone, some words extend beyond the screen
**To Reproduce**
Steps to reproduce the behavior:
1. Open URL in mobile phone
3. Scroll do…
-
**Describe the bug**
When you have two containers side-by-side with text overflow, several things happen that are unexpected:
- Text overflow doesn't work
- Elements are pushed outside their pa…
-
Steps to reproduce:
1. Add a long name under the `addstaff` command.
Behaviour:
Name gets cut off when it got too long.
Explanation for flaw:
A long name will be cut off at the end of the UI. Sure,…
-
When existing condition is long (when write in detail), it causes overflow and there is no way to retrieve the whole information (no scrolling / wrap text).
* Even users can resize the window, when t…
-
I think your hash functions rely on multiplication by large numbers wrapping around. From what I can see, this behaviour is not allowed in the Fortran specifications. See https://gcc.gnu.org/onlinedoc…
-
### **Issue: Word Wrapping Problem in Input Field**
**Description:**
There is an issue with the word wrapping behavior in the input field of the chat application. The input text does not wrap corr…
-
_Original author: ...[at]gmail.com (June 08, 2012 07:20:15)_
What would you like dompdf to do:
Add support for CSS "text-overflow: ellipsis;"
Do you have an example:
```
div {
…
PhenX updated
11 months ago