mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-02 08:59:45 +00:00
Fix (tried to) regressions introduced by angular-material update
This commit is contained in:
committed by
Francis Lachapelle
parent
1477bd6eae
commit
eaeae77be4
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user