This commit is contained in:
Kenneth Jannette
2024-01-31 14:04:30 -06:00
parent 2e8dc6577b
commit fd2241e417

View File

@@ -13,6 +13,8 @@
.case-tag-container { .case-tag-container {
display: flex; display: flex;
flex-direction: row;
flex-wrap: wrap;
border: 1px solid red; border: 1px solid red;
height: 300px; height: 300px;
padding-top: 8px; padding-top: 8px;
@@ -30,7 +32,7 @@
.tag-box { .tag-box {
background-color: rgba(224, 224, 224, 0.421); background-color: rgba(224, 224, 224, 0.421);
display: flex; display: flex;
flex-direction: row;
border-radius: 8px; border-radius: 8px;
margin: 6px 4px; margin: 6px 4px;
padding: 6px; padding: 6px;
@@ -41,9 +43,12 @@
} }
.tag-ex { .tag-ex {
cursor: pointer;
margin-top: -7px; margin-top: -7px;
font-weight: 500; font-weight: 500;
font-size: 0.88rem; font-size: 0.88rem;
height: 20px;
background-color: blue;
} }
.casetag-name { .casetag-name {