不换行

This commit is contained in:
Ekkles 2019-10-26 00:47:32 +13:00 committed by GitHub
parent f0e18842a4
commit 6d9d6e6e93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1195,8 +1195,9 @@ a:hover {
padding: 10px; padding: 10px;
top: 46px; top: 46px;
right: -13px; right: -13px;
width: 80px; min-width: 80px;
text-align: center; text-align: center;
white-space: nowrap;
z-index: 9999; z-index: 9999;
border-radius: 5px; border-radius: 5px;
box-shadow: 0 1px 40px -8px rgba(0, 0, 0, .5); box-shadow: 0 1px 40px -8px rgba(0, 0, 0, .5);