1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 15:19:06 +00:00

fix: content style (#6608)

Co-authored-by: 杨国璇 <ygx@192.168.1.8>
This commit is contained in:
杨国璇
2024-08-22 09:47:58 +08:00
committed by GitHub
parent 50a90685d2
commit c8011a6ba3
2 changed files with 1 additions and 2 deletions

View File

@@ -9,7 +9,6 @@
top: 48px; top: 48px;
width: 100%; width: 100%;
height: calc(100% - 48px); height: calc(100% - 48px);
border-top: 1px solid #e8e8e8;
flex-direction: row; flex-direction: row;
min-height: 0; min-height: 0;
} }

View File

@@ -284,7 +284,7 @@ class Wikis extends Component {
<DropdownToggle tag="i" className="px-1"> <DropdownToggle tag="i" className="px-1">
<span className="sf3-font sf3-font-down" aria-hidden="true"></span> <span className="sf3-font sf3-font-down" aria-hidden="true"></span>
</DropdownToggle> </DropdownToggle>
<DropdownMenu> <DropdownMenu positionFixed={true}>
<DropdownItem onClick={() => {this.toggelAddWikiDialog();}}>{gettext('Add Wiki')}</DropdownItem> <DropdownItem onClick={() => {this.toggelAddWikiDialog();}}>{gettext('Add Wiki')}</DropdownItem>
</DropdownMenu> </DropdownMenu>
</Dropdown> </Dropdown>