20 lines
238 B
CSS
20 lines
238 B
CSS
table {
|
|
width: 100%;
|
|
}
|
|
|
|
/* .table-container {
|
|
position: relative;
|
|
height: 650px;
|
|
overflow: auto;
|
|
} */
|
|
|
|
.mat-row td {
|
|
padding: 15px;
|
|
}
|
|
|
|
.spanWithBreakWord {
|
|
display: inline-block;
|
|
min-width: 200px;
|
|
word-wrap: break-word;
|
|
}
|