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