This repository has been archived on 2024-04-05. You can view files and clone it, but cannot push or open issues or pull requests.
score-tracker/public/stylesheets/manage.css
2021-11-22 17:13:29 -07:00

15 lines
No EOL
142 B
CSS

.flat-content {
flex-direction: row;
}
th {
text-align: left;
}
td {
white-space: nowrap;
}
.spacer-column {
width: 100%;
}