1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +00:00

Change the font size above the directory tree (#3215)

This commit is contained in:
zxj96
2019-04-08 11:37:28 +08:00
committed by Daniel Pan
parent 07d596f620
commit fd21d41599
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@
.tree-node-inner .tree-node-text {
padding-left: 2.8rem;
width: calc(100% - 1.5rem);
font-size: 15px;
font-size: 14px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

View File

@@ -111,7 +111,7 @@
.tree-node-inner .tree-node-text {
padding-left: 2.8rem;
width: calc(100% - 2.8rem);
font-size: 15px;
font-size: 14px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;