Reviewed-on: #4 Co-authored-by: sandre <perso@sebastienandre.com> Co-committed-by: sandre <perso@sebastienandre.com>
33 lines
474 B
CSS
33 lines
474 B
CSS
table {
|
|
width: 100%;
|
|
}
|
|
|
|
.mat-row td {
|
|
padding: 15px;
|
|
}
|
|
|
|
.spanWithBreakWord {
|
|
display: inline-block;
|
|
min-width: 200px;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
.smallSpanWithBreakWord {
|
|
display: inline-block;
|
|
min-width: 50px;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
.content {
|
|
min-height: 90vh;
|
|
display: flex;
|
|
justify-content: left;
|
|
flex-direction: column;
|
|
align-items: initial;
|
|
padding-top: 25px;
|
|
}
|
|
|
|
th.mat-header-cell {
|
|
text-align: center;
|
|
}
|