is-monitor/is-monitor-frontend/src/app/resource-list/resource-list.component.css

13 lines
226 B
CSS

#resource-listing {
max-height: 50%;
scroll-behavior: auto;
overflow: auto;
}
#resource-listing > table {
margin-bottom: 5px;
}
#resource-listing > table > thead > tr > th.header {
text-align: center;
}