Fix reply message truncation on 2 lines (#12929)

* Fix reply message truncation on 2 lines

* Add e2e tests for reply
This commit is contained in:
Florian Duros 2024-08-28 11:45:07 +02:00 committed by GitHub
parent ea3c5cf787
commit c6922c912e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 69 additions and 4 deletions

View file

@ -25,7 +25,7 @@ limitations under the License.
white-space: nowrap; /* Enforce 'In reply to' to be a single line */
color: $secondary-content;
transition: color ease 0.15s;
font-weight: var(--cpd-font-weight-normal);
font-weight: var(--cpd-font-weight-regular);
text-decoration: inherit;
&:hover {