make btn unbreakable

pull/183/head
Aevann 2023-08-09 18:19:09 +03:00
parent f1d3f1cf26
commit 5fbe0c1440
1 changed files with 1 additions and 1 deletions

View File

@ -7324,7 +7324,7 @@ input[type=number] {
}
}
.unbreakable, a[href^="/id/"] {
.unbreakable, a[href^="/id/"], .btn {
white-space: nowrap;
}