more
This commit is contained in:
@@ -105,9 +105,9 @@ const CaseTypePage = () => {
|
||||
</div>
|
||||
</div>
|
||||
<div className="type-row">
|
||||
<div className="type-col">
|
||||
<div className="type-col create-case-taginput">
|
||||
<Typeahead
|
||||
className="flex-grow-1 create-case-taginput"
|
||||
className="flex-grow-1"
|
||||
id="case-type-search"
|
||||
labelKey="tagName"
|
||||
options={parsedTags}
|
||||
|
||||
@@ -23,6 +23,11 @@
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.create-case-taginput {
|
||||
display: flex;
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
.case-tag-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
Reference in New Issue
Block a user