CSSメモ

width: fit-content;

Chrome 46-, Firefox 94-

box-sizing: border-box; padding-right: 2rem;

p width: auto

p width: 100%

p width: fit-content;

text-overflow: ellipsis;

MDN Web Docs

width: 14rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
↓

width: 14rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;

text-decoration: underline;

Palemoon、Mypal68で非対応なのは

Tooltip title属性

<p title="title">