File tree 1 file changed +9
-9
lines changed
client/src/app/pages/search
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ import {
4
4
Badge ,
5
5
Card ,
6
6
CardBody ,
7
- Grid ,
8
- GridItem ,
9
7
PageSection ,
10
8
PageSectionVariants ,
11
9
Popover ,
12
10
SearchInput ,
11
+ Split ,
12
+ SplitItem ,
13
13
Tab ,
14
14
TabAction ,
15
15
TabTitleText ,
@@ -175,10 +175,10 @@ export const Search: React.FC = () => {
175
175
</ Toolbar >
176
176
</ PageSection >
177
177
< PageSection >
178
- < Grid hasGutter >
179
- < GridItem md = { 2 } >
178
+ < Split hasGutter >
179
+ < SplitItem >
180
180
< Card isFullHeight >
181
- < CardBody >
181
+ < CardBody style = { { width : 241 } } >
182
182
{ activeTabKey === 0 ? (
183
183
< FilterPanel
184
184
omitFilterCategoryKeys = { [ "" ] }
@@ -202,8 +202,8 @@ export const Search: React.FC = () => {
202
202
) : null }
203
203
</ CardBody >
204
204
</ Card >
205
- </ GridItem >
206
- < GridItem md = { 10 } >
205
+ </ SplitItem >
206
+ < SplitItem isFilled >
207
207
< Tabs
208
208
isBox
209
209
activeKey = { activeTabKey }
@@ -275,8 +275,8 @@ export const Search: React.FC = () => {
275
275
< AdvisoryTable />
276
276
</ Tab >
277
277
</ Tabs >
278
- </ GridItem >
279
- </ Grid >
278
+ </ SplitItem >
279
+ </ Split >
280
280
</ PageSection >
281
281
</ >
282
282
) ;
You can’t perform that action at this time.
0 commit comments