mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Bugfix: style P margin incorrect
This commit is contained in:
parent
8544ccfb1e
commit
7e2dfbc38a
1 changed files with 1 additions and 1 deletions
2
vendors/bootstrap/less/type.less
vendored
2
vendors/bootstrap/less/type.less
vendored
|
|
@ -7,7 +7,7 @@
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0 0 (@baseLineHeight / 2);
|
margin: (@baseLineHeight / 2) 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue