Files
SkydiveLogs/Front/skydivelogs-app/src/app/list-of-dzs/list-of-dzs.component.css
2019-11-28 14:53:35 +01:00

10 lines
104 B
CSS

table {
width: 100%;
}
.table-container {
position: relative;
height: 600px;
overflow: auto;
}