diff options
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/frontend/src/style.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/frontend/src/style.scss b/packages/frontend/src/style.scss index bacdc967d8..88e15abdbf 100644 --- a/packages/frontend/src/style.scss +++ b/packages/frontend/src/style.scss @@ -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; } |