Skip to content

Commit 7107a0f

Browse files
author
Keenan Payne
committed
Merge pull request #84 from jameskolce/fix-paragraphs-modals
Fix space of paragraphs in modals
2 parents 0986963 + 709bf4b commit 7107a0f

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

dist/concise.css

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1648,19 +1648,18 @@ ol.dropdown-content {
16481648
.modal-body,
16491649
.modal-footer {
16501650
background-color: white;
1651-
margin-top: 0;
1652-
padding: 24px 2.5em; }
1651+
margin-top: 0; }
16531652

1654-
.modal-body p {
1655-
margin-bottom: 0; }
1656-
1657-
.modal-body p + p {
1658-
margin-bottom: 20px; }
1653+
.modal-body {
1654+
padding: 32px 2.5em 8px; }
1655+
.modal-body p {
1656+
margin-bottom: 24px; }
16591657

16601658
.modal-footer {
16611659
border-top: 1px solid #e0e0e0;
16621660
font-size: 0.875em;
1663-
margin: 0; }
1661+
margin: 0;
1662+
padding: 24px 2.5em; }
16641663
.modal-footer p {
16651664
margin-bottom: 0; }
16661665

0 commit comments

Comments
 (0)