File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/javascript/components/navbar Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 overflow : auto;
2828}
2929
30- .width -0 {
30+ .mw -0 {
3131 max-width : 0 ;
3232}
3333
Original file line number Diff line number Diff 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" > </ span >
55+ < span aria-hidden = "true" className = "mw -0" > </ 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" > </ h1 >
181+ < h1 aria-hidden = "true" className = "mw -0" > </ h1 >
182182 < Button
183183 className = "ml-2"
184184 onClick = { ( ) : void => {
You can’t perform that action at this time.
0 commit comments