style(exams): larger occurrence description fields

This commit is contained in:
Gregor Kleen 2020-11-20 11:31:10 +01:00
parent 319c75a85a
commit 771532c666
2 changed files with 2 additions and 2 deletions

View File

@ -231,7 +231,7 @@ examOccurrenceForm prev = wFormToAForm $ do
(eofCapacityRes, eofCapacityView) <- mpreq (natFieldI MsgExamRoomCapacityNegative) (fslI MsgExamRoomCapacity & addName (nudge "capacity")) (eofCapacity <$> mPrev)
(eofStartRes, eofStartView) <- mpreq utcTimeField (fslI MsgExamRoomStart & addName (nudge "start")) (eofStart <$> mPrev)
(eofEndRes, eofEndView) <- mopt utcTimeField (fslI MsgExamRoomEnd & addName (nudge "end")) (eofEnd <$> mPrev)
(eofDescRes, eofDescView) <- mopt htmlFieldSmall (fslI MsgExamRoomDescription & addName (nudge "description")) (eofDescription <$> mPrev)
(eofDescRes, eofDescView) <- mopt htmlField (fslI MsgExamRoomDescription & addName (nudge "description")) (eofDescription <$> mPrev)
return ( ExamOccurrenceForm
<$> eofIdRes

View File

@ -1,4 +1,4 @@
$newline never
^{formWidget}
<td>
<td .form--vertical__cell>
^{fvWidget submitView}