From f99d0716016e0357cec0922e28548a15e55d576b Mon Sep 17 00:00:00 2001 From: Wolfgang Witt Date: Thu, 8 Apr 2021 14:25:37 +0200 Subject: [PATCH] chore: newline experiments --- src/Handler/Course/Show.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} |]