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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user