mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 15:19:06 +00:00
@@ -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;
|
||||||
}
|
}
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user