File tree 2 files changed +0
-7
lines changed
2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import PropTypes from "prop-types";
4
4
const Cell = styled . section `
5
5
height: 100%;
6
6
min-width: 0;
7
- align-content: space-around;
8
7
grid-column-end: ${ ( { width = 1 } ) => `span ${ width } ` } ;
9
8
grid-row-end: ${ ( { height = 1 } ) => `span ${ height } ` } ;
10
9
Original file line number Diff line number Diff line change @@ -4,9 +4,6 @@ exports[`<Cell/> 'middle' prop vertically aligns contents 1`] = `
4
4
.c0 {
5
5
height : 100 % ;
6
6
min - width : 0 ;
7
- - webkit - align - content : space - around ;
8
- - ms - flex - line - pack : space - around ;
9
- align - content : space - around ;
10
7
grid - column - end : span 1 ;
11
8
grid - row - end : span 1 ;
12
9
display : - webkit - inline - box ;
@@ -35,9 +32,6 @@ exports[`<Cell/> matches snapshot with default args 1`] = `
35
32
.c0 {
36
33
height : 100 % ;
37
34
min - width : 0 ;
38
- - webkit - align - content : space - around ;
39
- - ms - flex - line - pack : space - around ;
40
- align - content : space - around ;
41
35
grid - column - end : span 1 ;
42
36
grid - row - end : span 1 ;
43
37
}
You can’t perform that action at this time.
0 commit comments