Fix SideBar label wrap issue (#715)

This commit is contained in:
7c00 2022-09-15 14:33:45 +08:00 committed by GitHub
parent 310192dd53
commit e40551246a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,6 +70,7 @@
.label {
padding-left: 14px;
font-size: 0.75em;
white-space: nowrap;
@media (max-width: 768px) {
padding-left: 0;
padding-top: 5px;