parent
53c92e3e23
commit
6f7cfa82b5
|
@ -8,6 +8,13 @@
|
||||||
|
|
||||||
You should also include the user name that made the change.
|
You should also include the user name that made the change.
|
||||||
-->
|
-->
|
||||||
|
## 13.x.x (unreleased)
|
||||||
|
|
||||||
|
### Improvements
|
||||||
|
|
||||||
|
### Bugfixes
|
||||||
|
- Client: 通知のノート表示で_nowrapが効いていない問題を修正
|
||||||
|
|
||||||
## 13.5.0 (2023/02/08)
|
## 13.5.0 (2023/02/08)
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
|
|
@ -157,9 +157,9 @@ hr {
|
||||||
}
|
}
|
||||||
|
|
||||||
._nowrap {
|
._nowrap {
|
||||||
white-space: pre;
|
white-space: pre !important;
|
||||||
word-wrap: normal; // https://codeday.me/jp/qa/20190424/690106.html
|
word-wrap: normal !important; // https://codeday.me/jp/qa/20190424/690106.html
|
||||||
overflow: clip;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue