srumboard_frontend/src/app/userstory-table/userstory-table.component.css
2020-06-22 11:21:25 +02:00

8 lines
86 B
CSS

table {
table-layout: fixed;
}
th.sortable:hover {
text-decoration: underline;
}