1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-21 19:37:28 +00:00

fix: add class

This commit is contained in:
liuhongbo
2023-12-02 09:43:31 +08:00
parent b8450c9ab5
commit 6dbef5d460

View File

@@ -1,11 +1,11 @@
.sdoc-share-link-tab-table table,
thead,
tbody {
.sdoc-share-link-tab-table thead,
.sdoc-share-link-tab-table tbody {
display: block;
}
.sdoc-share-link-tab-table thead,
tbody tr {
.sdoc-share-link-tab-table tbody tr {
display: table;
width: 100%;
table-layout: fixed;
@@ -20,13 +20,13 @@ tbody tr {
}
.sdoc-share-link-tab-table table,
thead,
tbody {
.sdoc-share-link-tab-table thead,
.sdoc-share-link-tab-table tbody {
display: block;
}
.sdoc-share-link-tab-table thead,
tbody tr {
.sdoc-share-link-tab-table tbody tr {
display: table;
width: 100%;
table-layout: fixed;