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

fix resizer width (#3023)

This commit is contained in:
Michael An
2019-03-01 11:02:24 +08:00
committed by Daniel Pan
parent 705cc67f3b
commit 17bd372668
2 changed files with 7 additions and 2 deletions

View File

@@ -7,6 +7,11 @@
min-height: 0;
}
.dir-colunm-view {
display: flex;
width: 100%;
}
.dir-content-nav {
flex: 0 0 25%;
display: flex;