Updated language. Fixed CSS.
This commit is contained in:
@@ -5,7 +5,7 @@ import { Icon, Icons } from 'react-basics';
|
||||
import classNames from 'classnames';
|
||||
|
||||
export function ReportMenu({ children }) {
|
||||
const [collapsed, setCollapsed] = useState(true);
|
||||
const [collapsed, setCollapsed] = useState(false);
|
||||
const { report } = useContext(ReportContext);
|
||||
|
||||
if (!report) {
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
flex-wrap: nowrap;
|
||||
overflow: auto;
|
||||
gap: 100px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.header {
|
||||
@@ -89,6 +90,7 @@
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
min-width: 300px;
|
||||
max-width: 300px;
|
||||
min-height: 60px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user