mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-31 01:35:15 +02:00
Ivan - Fix Alignment issue #18
This commit is contained in:
parent
83c6330f73
commit
9ca2005516
@ -48,7 +48,7 @@ class AdminPanelMenu extends React.Component {
|
|||||||
getGroups() {
|
getGroups() {
|
||||||
return this.getRoutes().map((group) => {
|
return this.getRoutes().map((group) => {
|
||||||
return {
|
return {
|
||||||
content: group.groupName,
|
content: <span className="admin-panel-menu__item-text">{group.groupName}</span>,
|
||||||
icon: group.icon
|
icon: group.icon
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
.admin-panel-menu {
|
.admin-panel-menu {
|
||||||
|
|
||||||
|
&__item-text {
|
||||||
|
display: inline-flex;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user