Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
テキストが長すぎて複数行のコンテナーに表示できない場合にユーザーに通知したいが、使用できない:
white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
最初の行でテキストがオーバーフローするためです。
残念ながら、最後の行の疑似要素セレクターがないので、解決策は何ですか?
たとえば、クラスに幅を追加します
.yourclass{width:300px;}
フィドル