parent
53c92e3e23
commit
6f7cfa82b5
2 changed files with 10 additions and 3 deletions
|
@ -157,9 +157,9 @@ hr {
|
|||
}
|
||||
|
||||
._nowrap {
|
||||
white-space: pre;
|
||||
word-wrap: normal; // https://codeday.me/jp/qa/20190424/690106.html
|
||||
overflow: clip;
|
||||
white-space: pre !important;
|
||||
word-wrap: normal !important; // https://codeday.me/jp/qa/20190424/690106.html
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue