This commit is contained in:
Kenneth Jannette
2024-01-31 16:49:16 -06:00
parent dd0cf74a0a
commit ad871b7eb2
2 changed files with 7 additions and 2 deletions

View File

@@ -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}

View File

@@ -23,6 +23,11 @@
width: 50%;
}
.create-case-taginput {
display: flex;
height: 35px;
}
.case-tag-container {
display: flex;
flex-direction: row;