This commit is contained in:
syuilo
2024-08-27 19:47:25 +09:00
parent 55b62e3246
commit e41ba1d177
6 changed files with 61 additions and 23 deletions

View File

@@ -108,6 +108,13 @@ rt {
text-align: center;
}
._nowrap {
white-space: pre !important;
word-wrap: normal !important; // https://codeday.me/jp/qa/20190424/690106.html
overflow: hidden;
text-overflow: ellipsis;
}
._button {
user-select: none;
-webkit-user-select: none;