mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-28 06:46:27 +00:00
Bugfix: style P margin incorrect
This commit is contained in:
2
vendors/bootstrap/less/type.less
vendored
2
vendors/bootstrap/less/type.less
vendored
@@ -7,7 +7,7 @@
|
||||
// -------------------------
|
||||
|
||||
p {
|
||||
margin: 0 0 (@baseLineHeight / 2);
|
||||
margin: (@baseLineHeight / 2) 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user