File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed
src/frontend/core/renderers/Array2DRenderer Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 2
2
3
3
.array_2d {
4
4
flex-shrink : 0 ;
5
- display : flex ;
6
- flex-direction : column ;
5
+ display : table ;
6
+ border-collapse : collapse ;
7
7
8
8
.row {
9
- display : flex ;
10
- min-height : 28em ;
11
- align-items : stretch ;
9
+ display : table-row ;
10
+ height : 28em ;
12
11
13
- & :empty {
12
+ & :empty :after {
13
+ content : ' ' ;
14
+ display : table-cell ;
14
15
border-left : 1em solid $theme-light ;
15
16
}
16
17
17
18
.col {
18
- display : flex ;
19
- align-items : center ;
20
- justify-content : center ;
19
+ display : table-cell ;
20
+ text-align : center ;
21
21
min-width : 28em ;
22
22
background-color : $theme-normal ;
23
23
border : 1em solid $theme-light ;
24
- margin-right : -1em ;
25
- margin-bottom : -1em ;
26
24
padding : 0 4em ;
27
25
28
26
.value {
You can’t perform that action at this time.
0 commit comments