Skip to content

Commit a23a26e

Browse files
committed
adjust column width
1 parent 87ac70c commit a23a26e

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

src/app/component/matrix/matrix.component.css

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,27 @@
1111
margin: 20px;
1212
}
1313

14+
15+
1416
.mat-cell{
1517
padding: 20px;
16-
width: 12.5%;
17-
max-width: 12.5%;
18+
width: 12.5%;
19+
max-width: 17%;
1820
word-wrap: break-word;
1921
}
2022

2123
.mat-header-cell{
2224
padding: 10px;
23-
width: 12.5%;
24-
max-width: 12.5%;
25+
width: 12.5%;
26+
max-width: 17%;
2527
word-wrap: break-word;
2628
font-size: 16px;
2729
font-weight: bold;
2830
}
29-
31+
.cdk-column-SubDimension,.cdk-column-Dimension{
32+
width: 5%;
33+
max-width: 9%;
34+
}
3035
button{
3136
background-color: white;
3237
border: none;

0 commit comments

Comments
 (0)