Display empty courses in new class table

This commit is contained in:
2022-04-26 03:06:51 +00:00
parent b400d010e0
commit 667887c06c
4 changed files with 58 additions and 9 deletions
+10
View File
@@ -132,6 +132,16 @@ body {
.coursetags .ui.tag.label {
margin-top: 1rem;
}
.newclasstable {
margin: 0 -1.5rem 0 -0.5rem;
display: flex;
flex-wrap: wrap;
}
.newclasstable .ui.tag.label {
padding-left: 1rem;
padding-right: 0.5rem;
}
.usage {
height: 100vh;