Tidy up pseudo-element references

This commit is contained in:
Angelos Chalaris
2022-11-05 13:01:58 +02:00
parent 38468678f5
commit 20100fd229
19 changed files with 56 additions and 56 deletions

View File

@ -36,7 +36,7 @@ Truncates text that is longer than one line.
color: #333;
}
.truncate-text-multiline:after {
.truncate-text-multiline::after {
content: '';
position: absolute;
bottom: 0;