Files
SkydiveLogs/Front/skydivelogs-app/src/app/list-of-gears/list-of-gears.component.css
2020-01-29 14:21:28 +01:00

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;
}