mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-16 10:16:16 +01:00
Make namespace drop down take full width
This commit is contained in:
@@ -43,6 +43,7 @@ class OverviewPageActions extends React.Component<Props> {
|
||||
const groupSelector = groups && (
|
||||
<div className={"column is-flex"}>
|
||||
<DropDown
|
||||
className={"is-fullwidth"}
|
||||
options={groups}
|
||||
preselectedOption={currentGroup}
|
||||
optionSelected={groupSelected}
|
||||
|
||||
Reference in New Issue
Block a user