Fix about the width on mobile view

of the grid
This commit is contained in:
Sébastien André
2020-01-13 17:26:07 +01:00
parent 79deeb4c2a
commit a789779116
3 changed files with 22 additions and 3 deletions

View File

@@ -7,3 +7,13 @@ table {
height: 600px;
overflow: auto;
}
.mat-row td {
padding: 15px;
}
.spanWithBreakWord {
display: inline-block;
min-width: 200px;
word-wrap: break-word;
}