From 57ccf59a0e2035eb424f8cc5111db815a9edc733 Mon Sep 17 00:00:00 2001 From: Antonin Cezard Date: Mon, 28 Mar 2016 21:06:57 +0200 Subject: [PATCH] Add mso css rule --- scss/grid/_grid.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scss/grid/_grid.scss b/scss/grid/_grid.scss index 4380c4ff..2cc3f08a 100755 --- a/scss/grid/_grid.scss +++ b/scss/grid/_grid.scss @@ -43,6 +43,9 @@ table { &.spacer { width: 100%; + td { + mso-line-height-rule: exactly; + } } } -- 2.47.2