Skip to content

Commit

Permalink
Fix insufficient permissions modal styles
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquecbuss committed Feb 22, 2022
1 parent f5ef977 commit 89df2f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/elm/Session/LoggedIn.elm
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ insufficientPermissionsModal model =
[]
, p [ class "md:max-w-md md:mx-auto md:text-center" ]
[ text <| t "permissions.insufficient.explanation" ]
, p [ class "mt-4 md:max-w-md md:mx-auto md:text-center" ]
, p [ class "my-4 md:max-w-md md:mx-auto md:text-center" ]
[ text <| t "permissions.insufficient.try_again" ]
]
|> Modal.withFooter
Expand All @@ -866,6 +866,7 @@ insufficientPermissionsModal model =
]
[ text <| t "permissions.insufficient.ok" ]
]
|> Modal.withSize Modal.Large
|> Modal.toHtml


Expand Down

0 comments on commit 89df2f4

Please sign in to comment.