diff --git a/yesod-form-multi/Yesod/Form/MultiInput.hs b/yesod-form-multi/Yesod/Form/MultiInput.hs index aa31cfed..cea29ff3 100644 --- a/yesod-form-multi/Yesod/Form/MultiInput.hs +++ b/yesod-form-multi/Yesod/Form/MultiInput.hs @@ -45,8 +45,7 @@ instance ToJavascript Text where toJavascript = toJavascript . toJSON -- | By default delete buttons have a @margin-left@ property of @0.75rem@. -- You can override this by specifying an alternative value in a class --- which is then passed inside 'MultiSettings'. Note that you might have --- to use @!important@. +-- which is then passed inside 'MultiSettings'. -- -- @since 1.6.0 data MultiSettings site = MultiSettings @@ -65,27 +64,26 @@ data MultiSettings site = MultiSettings -- both the field and it's corresponding delete button. -- -- The structure is illustrated by the following: --- @ ---