Skip to content

Commit

Permalink
width-0 -> mw-0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesferrazza committed May 12, 2020
1 parent 5550f88 commit 7f06799
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/javascript/components/navbar/ExamNavbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
overflow: auto;
}

.width-0 {
.mw-0 {
max-width: 0;
}

Expand Down
4 changes: 2 additions & 2 deletions app/javascript/components/navbar/ExamNavbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const NavAccordionItem: React.FC<NavAccordionItemProps> = (props) => {
onClick={(): void => onSectionClick(eventKey)}
>
<RenderIcon I={Icon} className="" />
<span aria-hidden="true" className="width-0">&nbsp;</span>
<span aria-hidden="true" className="mw-0">&nbsp;</span>
<Collapse
in={expanded}
dimension="width"
Expand Down Expand Up @@ -178,7 +178,7 @@ const ExamNavbar: React.FC<{}> = () => {
Hourglass
</h1>
</Collapse>
<h1 aria-hidden="true" className="width-0">&nbsp;</h1>
<h1 aria-hidden="true" className="mw-0">&nbsp;</h1>
<Button
className="ml-2"
onClick={(): void => {
Expand Down

0 comments on commit 7f06799

Please sign in to comment.