We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ac70c commit a23a26eCopy full SHA for a23a26e
1 file changed
src/app/component/matrix/matrix.component.css
@@ -11,22 +11,27 @@
11
margin: 20px;
12
}
13
14
+
15
16
.mat-cell{
17
padding: 20px;
- width: 12.5%;
- max-width: 12.5%;
18
+ width: 12.5%;
19
+ max-width: 17%;
20
word-wrap: break-word;
21
22
23
.mat-header-cell{
24
padding: 10px;
25
26
27
28
font-size: 16px;
29
font-weight: bold;
30
-
31
+.cdk-column-SubDimension,.cdk-column-Dimension{
32
+ width: 5%;
33
+ max-width: 9%;
34
+}
35
button{
36
background-color: white;
37
border: none;
0 commit comments