1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-22 03:47:09 +00:00

Improve code for tables (#2730)

This commit is contained in:
杨顺强
2018-12-28 16:34:04 +08:00
committed by Daniel Pan
parent df39fc4162
commit 8c2944d124
11 changed files with 174 additions and 133 deletions

View File

@@ -3,6 +3,7 @@
min-height: 15rem;
display: flex;
flex-direction: row;
overflow: hidden;
}
.share-dialog-content .share-dialog-side {
@@ -21,6 +22,11 @@
flex: 1;
}
.share-list-container {
max-height: 15rem;
overflow: auto;
}
.share-dialog-content label {
padding: 0.5rem 0 0.25rem;
}