mirror of https://github.com/harness/drone.git
parent
b1f8f528da
commit
aa24282254
|
@ -139,10 +139,13 @@
|
|||
|
||||
.layoutCtn {
|
||||
display: flex;
|
||||
height: 0px;
|
||||
}
|
||||
|
||||
.messageContainer {
|
||||
width: 100%;
|
||||
height: 0px !important;
|
||||
}
|
||||
|
||||
.emptyContainer {
|
||||
height: 0px !important;
|
||||
width: 100%;
|
||||
}
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
// This is an auto-generated file
|
||||
export declare const andOr: string
|
||||
export declare const bp3PopoverWrapper: string
|
||||
export declare const emptyContainer: string
|
||||
export declare const highltedText: string
|
||||
export declare const layoutCtn: string
|
||||
export declare const messageContainer: string
|
||||
|
|
|
@ -173,7 +173,7 @@ const CodeSearchBar: FC<CodeSearchBarProps> = ({
|
|||
)
|
||||
)}
|
||||
{isSemanticSearchFFEnabled && aidaSettingResponse?.data?.value === 'true' && (
|
||||
<Container className={css.messageContainer}></Container>
|
||||
<Container className={css.emptyContainer}></Container>
|
||||
)}
|
||||
{!isSemanticMode && (
|
||||
<>
|
||||
|
|
Loading…
Reference in New Issue