Skip to content

Commit

Permalink
reverted changes, fixing in sfint
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMilord committed May 31, 2024
1 parent 96be5d5 commit 9ea2ebb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1413,14 +1413,14 @@
</labels>
<labels>
<fullName>quantic_GeneratedAnswerOn</fullName>
<value>ON</value>
<value>Generated answer ON</value>
<language>en_US</language>
<protected>false</protected>
<shortDescription>Generated answer ON</shortDescription>
</labels>
<labels>
<fullName>quantic_GeneratedAnswerOff</fullName>
<value>OFF</value>
<value>Generated answer OFF</value>
<language>en_US</language>
<protected>false</protected>
<shortDescription>Generated answer OFF</shortDescription>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,3 @@
padding-top: 6px;
white-space: nowrap;
}

/* Overrides the slds-dropdown_fluid class set by default on the combobox */
.sort__combobox {
min-width: none;
max-width: none;
width: auto;
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<lightning-formatted-text value={labels.sortBy}></lightning-formatted-text>
</lightning-layout-item>
<lightning-layout-item>
<lightning-combobox class="sort__combobox" name="sort" value={value} variant="label-hidden" label={labels.sortBy} placeholder={labels.relevancy} options={options} onchange={handleChange}>
<lightning-combobox name="sort" value={value} variant="label-hidden" label={labels.sortBy} placeholder={labels.relevancy} options={options} onchange={handleChange}>
</lightning-combobox>
</lightning-layout-item>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -773,11 +773,11 @@
<name>quantic_GeneratingAnswer</name>
</customLabels>
<customLabels>
<label>ON</label>
<label>Réponse générée ON</label>
<name>quantic_GeneratedAnswerOn</name>
</customLabels>
<customLabels>
<label>OFF</label>
<label>Réponse générée OFF</label>
<name>quantic_GeneratedAnswerOff</name>
</customLabels>
<customLabels>
Expand Down

0 comments on commit 9ea2ebb

Please sign in to comment.