Merge pull request #1828 from hmhealey/plt1397
PLT-1397/PLT-1580/PLT-1614 Fixed spacing around markdown lists and paragraphs
Этот коммит содержится в:
@@ -417,12 +417,6 @@ body.ios {
|
|||||||
background-color: beige;
|
background-color: beige;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
@@ -671,20 +665,17 @@ body.ios {
|
|||||||
@include legacy-pie-clearfix;
|
@include legacy-pie-clearfix;
|
||||||
width: calc(100% - 75px);
|
width: calc(100% - 75px);
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin: 0 0 0.4em;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
|
||||||
margin-bottom: 0.6em;
|
|
||||||
padding: 5px 0 0 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul + p {
|
|
||||||
margin-top: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul, ol {
|
ul, ol {
|
||||||
|
margin-bottom: 0.4em;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user