Skip to content

Commit 73a2a98

Browse files
fix advancedSearch look and feel
1 parent 8969c1c commit 73a2a98

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

packages/tdb-dashboard/src/App.css

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1283,6 +1283,11 @@ button.graphiql-tab-add>svg
12831283
margin-top: -20px;
12841284
}
12851285

1286+
1287+
/* advanced search css */
1288+
.query-builder-container > .query-builder {
1289+
overflow: unset !important;
1290+
}
12861291
.group {
12871292
background: transparent !important;
12881293
border: 1px solid #dee2e6;
@@ -1302,6 +1307,14 @@ button.graphiql-tab-add>svg
13021307
color: black;
13031308
}
13041309

1310+
.widget--widget >.dropdown > .form-select{
1311+
min-width: 100px;
1312+
line-height: 1.5 !important;
1313+
min-height: 40px !important;
1314+
/* background: transparent !important; */
1315+
color: black;
1316+
}
1317+
13051318
.rule--operator > .dropdown > .form-select {
13061319
min-width: 100px;
13071320
line-height: 1.5 !important;
@@ -1318,4 +1331,4 @@ button.graphiql-tab-add>svg
13181331

13191332
.accordion{
13201333
--bs-accordion-bg: #303030 !important;
1321-
}
1334+
}

0 commit comments

Comments
 (0)