diff --git a/src/Handler/Course/Show.hs b/src/Handler/Course/Show.hs index d21f04646..3fd04c983 100644 --- a/src/Handler/Course/Show.hs +++ b/src/Handler/Course/Show.hs @@ -332,7 +332,7 @@ getCShowR tid ssh csh = do { formAction = Just . SomeRoute $ CourseR tid ssh csh CFavouriteR , formEncoding = favouriteToggleEncoding , formSubmit = FormNoSubmit - , formAttrs = [("class", "buttongroup")] + , formAttrs = [("class", "buttongroup"), ("style", "display: inline-block")] } @@ -342,7 +342,7 @@ getCShowR tid ssh csh = do $if not courseVisible && mayEdit \ #{iconInvisible} $if isJust muid - + ^{favouriteToggleWgt} |]