@@ -11,5 +11,5 @@ exports.Hints = function (_a) {
11
11
return null ;
12
12
}
13
13
var hint = hints [ hintPosition ] ;
14
- return ( React . createElement ( Card_1 . Card , { className :'cr-task-hints' } , React . createElement ( Card_1 . CardHeader , { title :'Hints' , avatar :React . createElement ( help_1 . default , null ) , actAsExpander :true , showExpandableButton :true } ) , React . createElement ( Card_1 . CardText , { className :'cr-task-hint' , expandable :true } , React . createElement ( _components_1 . Markdown , null , hint ) ) , React . createElement ( Card_1 . CardActions , { expandable :true } , React . createElement ( buttons_1 . HintButton , { label :'Previous' , hintPosition :hintPosition , hintsLength :hints . length , type :'prev' } ) , React . createElement ( buttons_1 . HintButton , { label :'Next' , hintPosition :hintPosition , hintsLength :hints . length , type :'next' } ) ) ) ) ;
14
+ return ( React . createElement ( Card_1 . Card , { className :'cr-task-hints' } , React . createElement ( Card_1 . CardHeader , { title :'Hints' , avatar :React . createElement ( help_1 . default , null ) , actAsExpander :true , showExpandableButton :true } ) , React . createElement ( Card_1 . CardText , { className :'cr-task-hint' , expandable :true } , React . createElement ( _components_1 . Markdown , null , hint ) ) , React . createElement ( Card_1 . CardActions , { expandable :true , className : 'cr-task-hints-actions' } , React . createElement ( buttons_1 . HintButton , { label :'Previous' , hintPosition :hintPosition , hintsLength :hints . length , type :'prev' } ) , React . createElement ( buttons_1 . HintButton , { label :'Next' , hintPosition :hintPosition , hintsLength :hints . length , type :'next' } ) ) ) ) ;
15
15
} ;