File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1010 {{template "shared/search/input" dict "Value" .Value "Disabled" .Disabled "Placeholder" .Placeholder}}
1111 {{if .SearchModes}}
1212 <div class="ui small dropdown selection {{if .Disabled}}disabled{{end}}" data-tooltip-content="{{ctx.Locale.Tr "search.type_tooltip"}}">
13- <div class="text"> </div> {{svg "octicon-triangle-down" 14 "dropdown icon"}}
13+ <div class="text"></div> {{svg "octicon-triangle-down" 14 "dropdown icon"}}
1414 <input name="search_mode" type="hidden" value="
1515 {{- if .SelectedSearchMode -}}
1616 {{- .SelectedSearchMode -}}
Original file line number Diff line number Diff line change @@ -414,6 +414,10 @@ a.label,
414414 color : var (--color-text-light-2 );
415415}
416416
417+ .ui .dropdown > .text {
418+ min-height : 16px ;
419+ }
420+
417421/* extend fomantic style '.ui.dropdown > .text > img' to include svg.img */
418422.ui .dropdown > .text > .img {
419423 margin-left : 0 ;
You can’t perform that action at this time.
0 commit comments