mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-21 19:00:12 +00:00
repair code error
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
.group-table-container {
|
||||
padding-top: 0.625rem !important;
|
||||
}
|
||||
|
||||
.group-table-container thead th { /* overwrite bootstrap styles */
|
||||
.cur-view-content-groups thead th { /* overwrite bootstrap styles */
|
||||
padding: 0;
|
||||
font-size: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.group-table-container td { /* overwrite bootstrap styles */
|
||||
.cur-view-content-groups td { /* overwrite bootstrap styles */
|
||||
border-top:0;
|
||||
}
|
||||
|
||||
|
@@ -95,7 +95,7 @@
|
||||
}
|
||||
|
||||
.cur-view-content {
|
||||
padding: 1.625rem 1rem 1.25rem;
|
||||
padding: 0.625rem 1rem 1.25rem;
|
||||
height: calc(100% - 40px);
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
|
Reference in New Issue
Block a user