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;
19
19
border-bottom-width : 1px ;
20
20
border-bottom-style : solid ;
21
21
align-items : center ;
22
- padding : 0 $mat-row-horizontal-padding ;
23
22
box-sizing : border-box ;
24
23
25
24
// Workaround for https://goo.gl/pFmjJD in IE 11. Adds a pseudo
@@ -32,8 +31,19 @@ $mat-row-horizontal-padding: 24px;
32
31
}
33
32
}
34
33
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
+
35
42
.mat-cell , .mat-header-cell {
36
43
flex : 1 ;
44
+ display : flex ;
45
+ align-items : center ;
37
46
overflow : hidden ;
38
47
word-wrap : break-word ;
48
+ min-height : inherit ;
39
49
}
You can’t perform that action at this time.
0 commit comments