Skip to content

Commit cb38372

Browse files
committed
review css
1 parent d1aff12 commit cb38372

File tree

2 files changed

+1
-28
lines changed

2 files changed

+1
-28
lines changed

packages/tdb-dashboard/src/App.css

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,27 +1076,6 @@ button.graphiql-tab-add>svg
10761076
color:white;
10771077
}
10781078
1079-
<<<<<<< HEAD
1080-
=======
1081-
1082-
.graphiql-query-editor{
1083-
width: 100%;
1084-
height: 100%;
1085-
}
1086-
.graphiql-editor{
1087-
width: 100%;
1088-
height: 100%;
1089-
}
1090-
.graphiql-query-editor-wrapper{
1091-
width: 100%;
1092-
height: 100%;
1093-
}
1094-
1095-
.mainGraphIql{
1096-
height : calc(100vh - 80px);
1097-
}
1098-
>>>>>>> main
1099-
11001079
.graphiql-query-editor{
11011080
width: 100%;
11021081
height: 100%;

packages/tdb-dashboard/src/pages/FreeTextSearch.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,12 @@ export function FreeTextSearch() {
7070
}
7171
setElements(elementsArr)
7272
}
73-
73+
7474

7575
const changePageCallNext =()=>{
7676
setStart(start+5)
7777
}
7878

79-
8079
const changePageCallPreview =()=>{
8180
setStart(start-5)
8281
}
@@ -88,11 +87,6 @@ export function FreeTextSearch() {
8887

8988
let page = Math.ceil(start/5)
9089

91-
/*
92-
<Alert variant="primary bg-dark text-warning" className="mx-4 ml-4 mr-4">
93-
<span className="d-flex justify-content-center">
94-
<FiAlertTriangle size={24} className="mr-3"/><h5>Experimental Feature</h5></span></Alert>
95-
*/
9690
return <Layout showLeftSideBar={true} mainClassName={"mt-4"}>
9791
{commit && <div className="d-flex flex-column">
9892
<Alert variant="primary bg-dark text-warning" className="mx-4 ml-4 mr-4">

0 commit comments

Comments
 (0)