We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1d3ed commit db92c1cCopy full SHA for db92c1c
posts/notes/_posts/2025-10-25-pubs.md
@@ -60,9 +60,9 @@ title: Publications
60
.research-interests div {
61
/* line-height: 1.4;
62
padding: 8px 0; */
63
- white-space: nowrap;
64
- overflow: hidden;
65
- text-overflow: ellipsis; /* Optional: adds ... if text is too long */
+ white-space: normal;
+ word-wrap: break-word;
+ overflow-wrap: break-word;
66
}
67
.research-interests div::before {
68
content: "▪ ";
0 commit comments