不换行

This commit is contained in:
2024-04-22 15:47:24 +08:00
parent 0bf7671733
commit d3ad47ef74
2 changed files with 5 additions and 2 deletions

View File

@@ -158,4 +158,7 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
}
.scale8 {
transform: scale(0.8)
}
.nowrap{
white-space: nowrap;
}