File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
force-app/main/default/lwc/flowOverview Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,17 @@ lightning-card {
1111}
1212
1313.search-bar {
14- padding : 1rem ;
14+ padding : 0.25 rem 1rem ; /* Reduced padding for less height */
1515 background-color : # ffffff ;
16- border-bottom : 1px solid # ddd ;
16+ display : flex;
17+ align-items : center;
1718}
1819
1920.search-bar lightning-input {
20- max-width : 400 px ;
21+ max-width : 300 px ; /* Smaller width for compact look */
2122 --slds-c-input-color-border : # 003087 ; /* Dark blue border */
23+ --slds-c-input-radius-border : 0.25rem ;
24+ --slds-c-input-font-size : 0.875rem ; /* Smaller font for compactness */
2225}
2326
2427lightning-datatable {
Original file line number Diff line number Diff line change 33 < div class ="search-bar ">
44 < lightning-input
55 type ="search "
6- label ="Search Flows "
76 placeholder ="Search by Name or Label... "
87 onchange ={handleSearchInput}
9- class ="slds-m-bottom_small "
8+ class ="slds-m-bottom_x-small "
109 > </ lightning-input >
1110 </ div >
1211 < template if:true ={err} >
You can’t perform that action at this time.
0 commit comments