File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ $mat-row-horizontal-padding: 24px;
1919 border-bottom-width : 1px ;
2020 border-bottom-style : solid ;
2121 align-items : center ;
22- padding : 0 $mat-row-horizontal-padding ;
2322 box-sizing : border-box ;
2423
2524 // Workaround for https://goo.gl/pFmjJD in IE 11. Adds a pseudo
@@ -32,8 +31,19 @@ $mat-row-horizontal-padding: 24px;
3231 }
3332}
3433
34+ .mat-cell :first-child , .mat-header-cell :first-child {
35+ padding-left : $mat-row-horizontal-padding ;
36+ }
37+
38+ .mat-cell :last-child , .mat-header-cell :last-child {
39+ padding-right : $mat-row-horizontal-padding ;
40+ }
41+
3542.mat-cell , .mat-header-cell {
3643 flex : 1 ;
44+ display : flex ;
45+ align-items : center ;
3746 overflow : hidden ;
3847 word-wrap : break-word ;
48+ min-height : inherit ;
3949}
You can’t perform that action at this time.
0 commit comments