Changes between Initial Version and Version 1 of Ticket #45925, comment 26
- Timestamp:
- 07/28/2022 06:02:07 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45925, comment 26
initial v1 4 4 {{{ 5 5 text-underline-offset: auto; 6 }}} is different property and it is usable. but 6 }}} 7 8 is different property and it is usable. but 7 9 {{{ 8 10 text-decoration-thickness: 2px; 9 }}} is remain same in your PR.10 11 so that's why i have applied patch.11 }}} 12 13 is remain same in your PR.so that's why i have applied patch. 12 14 13 15 Thanks