Add black border to tag filter

This commit is contained in:
2022-04-26 20:27:26 +00:00
parent 0aeecdcbba
commit 5d3ab17f74
3 changed files with 62 additions and 32 deletions
+7 -1
View File
@@ -138,11 +138,17 @@ body {
flex-wrap: wrap;
}
.newclasstable .ui.tag.label {
.ui.tag.label {
padding-left: 1rem;
padding-right: 0.5rem;
}
.labelbox {
display: inline;
padding: 0.55rem 0.1rem;
border: 2px solid black;
}
.usage {
height: 100vh;
background-color: black;