Fix CSS - separator lines
This commit is contained in:
parent
c6ad44d1e5
commit
6637c7b98b
2 changed files with 2 additions and 1 deletions
|
@ -160,7 +160,7 @@ export default function Notification(props: Props) {
|
|||
)
|
||||
: notificationLink
|
||||
? (props: { children: any }) => (
|
||||
<NavLink {...navLinkProps}>
|
||||
<NavLink {...navLinkProps} className="menu__link--notification">
|
||||
<a className="menu__link--notification" onClick={handleNotificationClick}>
|
||||
{props.children}
|
||||
</a>
|
||||
|
|
|
@ -119,6 +119,7 @@
|
|||
}
|
||||
|
||||
.menu__link--notification {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
|
||||
|
|
Loading…
Reference in a new issue