From 2eff303b95dc5248228a3c6c8e639287d0f8e4e6 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Jameux Date: Fri, 12 Aug 2022 16:53:37 +0200 Subject: [PATCH] =?UTF-8?q?Tentatives=20infructueuses=20de=20r=C3=A9gler?= =?UTF-8?q?=20le=20probl=C3=A8me=20des=20d=C3=A9bordements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/CalculateurDeNotes.elm | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/CalculateurDeNotes.elm b/src/CalculateurDeNotes.elm index 12a9231..ebdfecb 100644 --- a/src/CalculateurDeNotes.elm +++ b/src/CalculateurDeNotes.elm @@ -160,11 +160,9 @@ view model = , height fill , width fill , scrollbars - , clip ] [ Input.multiline - [ height fill - , clip + [ height <| maximum 300 fill , scrollbars , width fill , Background.color <| couleurUI <| couleurArrierePlan @@ -186,8 +184,7 @@ view model = , spellcheck = False } , Input.multiline - [ height fill - , clip + [ height <| maximum 300 fill , scrollbars , width fill , Background.color <| couleurUI <| couleurArrierePlan @@ -209,8 +206,7 @@ view model = , spellcheck = False } , Input.multiline - [ height fill - , clip + [ height <| maximum 300 fill , scrollbars , width fill , Background.color <| couleurUI <| couleurArrierePlan @@ -236,6 +232,7 @@ view model = [ spacing petitEspacement , height fill , width fill + , scrollbars ] [ text <| "Moyenne : "