13 lines
132 B
SCSS

table {
overflow-wrap: anywhere;
table-layout: fixed;
}
th:first-child {
width: 25%;
}
tbody app-tag {
cursor: pointer;
}