Skip to content

Commit 7f06799

Browse files
committed
width-0 -> mw-0
1 parent 5550f88 commit 7f06799

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/javascript/components/navbar/ExamNavbar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
overflow: auto;
2828
}
2929

30-
.width-0 {
30+
.mw-0 {
3131
max-width: 0;
3232
}
3333

app/javascript/components/navbar/ExamNavbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const NavAccordionItem: React.FC<NavAccordionItemProps> = (props) => {
5252
onClick={(): void => onSectionClick(eventKey)}
5353
>
5454
<RenderIcon I={Icon} className="" />
55-
<span aria-hidden="true" className="width-0">&nbsp;</span>
55+
<span aria-hidden="true" className="mw-0">&nbsp;</span>
5656
<Collapse
5757
in={expanded}
5858
dimension="width"
@@ -178,7 +178,7 @@ const ExamNavbar: React.FC<{}> = () => {
178178
Hourglass
179179
</h1>
180180
</Collapse>
181-
<h1 aria-hidden="true" className="width-0">&nbsp;</h1>
181+
<h1 aria-hidden="true" className="mw-0">&nbsp;</h1>
182182
<Button
183183
className="ml-2"
184184
onClick={(): void => {

0 commit comments

Comments
 (0)