1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-17 06:27:28 +00:00

Merge pull request #3649 from haiwen/search-style-bug

fix style
This commit is contained in:
Daniel Pan 2019-06-13 10:19:34 +08:00 committed by GitHub
commit 9d51b47cd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,6 +100,11 @@
.item-content .item-text b { .item-content .item-text b {
font-weight: bold; font-weight: bold;
} }
.search-result-container .item-content .item-text {
padding: 0;
font-size: 0.8125rem;
line-height: 1.5;
}
.main-panel-south { .main-panel-south {
flex: auto; flex: auto;