Fix (tried to) regressions introduced by angular-material update

This commit is contained in:
Benoit Favreault
2015-03-31 18:33:14 -04:00
committed by Francis Lachapelle
parent 1477bd6eae
commit eaeae77be4
7 changed files with 130 additions and 8 deletions
@@ -6,7 +6,13 @@
////
[id=messageEditor] {
width: (13 * $pitch + $mg); // 13 cols + 1margin for scrollbar
//width: (13 * $pitch + $mg); // 13 cols + 1margin for scrollbar
@include from(lg) {
@include flex-col(lg, 11, 1, 1);
}
@include at(md) {
@include flex-col(md, 10, 1, 1);
}
margin: 0 auto;
overflow: auto;
height: 100%;