Skip to content

Commit

Permalink
Ensure there's room for the close X
Browse files Browse the repository at this point in the history
  • Loading branch information
tesk9 committed Jan 17, 2024
1 parent 04b0e34 commit 7b75756
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Nri/Ui/Modal/V12.elm
Original file line number Diff line number Diff line change
Expand Up @@ -467,13 +467,13 @@ titleStyles config =
(Css.px 40)
titleSidePadding
(Css.px 20)
, Css.Media.withMedia [ mobile ]
[ Css.padding3 (Css.px 20) titleSidePadding Css.zero
]
, Css.margin Css.zero
, Css.fontSize (Css.px 20)
, Css.textAlign Css.center
, Css.color config.titleColor
, Css.Media.withMedia [ mobile ]
[ Css.padding3 (Css.px 20) (Css.px 20) Css.zero
]
]

else
Expand Down

0 comments on commit 7b75756

Please sign in to comment.