Files
zpc-bulletin-board/ZpcBulletinBoard/wwwroot/css/boards/index.css
David Štaleker dda4b613f8 dev3
2024-03-11 18:22:37 +01:00

14 lines
276 B
CSS

.table > tbody > tr > td:nth-child(2),
.table > thead > tr > th:nth-child(2) {
width: 100px
}
.table > tbody > tr > td:nth-child(3),
.table > thead > tr > th:nth-child(3) {
width: 100px;
text-align: right;
}
.div-boards {
height: 63vh;
overflow-x: auto;
}