Ajout de style sur les tableaux

+ ajout de transition sur la navigation
This commit is contained in:
Sébastien André
2020-01-15 17:04:26 +01:00
parent a789779116
commit 42c76141e6
14 changed files with 73 additions and 21 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;
}