fix: change styling of More button to stay consistent with other navigation items. (#528)

Co-authored-by: SaadYousaf <saadyousaf@A006-00314.local>
This commit is contained in:
Saad Yousaf
2021-07-12 18:15:27 +05:00
committed by GitHub
parent d2a8d870af
commit 9978ddf418

View File

@@ -36,8 +36,8 @@ export default function Tabs({ children, className, ...attrs }) {
ref={overflowElementRef}
key="overflow"
>
<Dropdown>
<Dropdown.Toggle variant="link" className="nav-link font-weight-normal">
<Dropdown className="h-100">
<Dropdown.Toggle variant="link" className="nav-link h-100">
<FormattedMessage
id="learn.course.tabs.navigation.overflow.menu"
description="The title of the overflow menu for course tabs"