8 lines
76 B
SCSS
8 lines
76 B
SCSS
table {
|
|
overflow-wrap: anywhere;
|
|
}
|
|
|
|
th:first-child {
|
|
min-width: 5rem;
|
|
}
|