Skip to content

Commit 1eec04b

Browse files
committed
wider columns in faceted search
1 parent e5b13c1 commit 1eec04b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sample-app/front-end/src/views/FacetedSearch.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<b-card bg-variant="light" >
5959

6060
<b-row>
61-
<b-col cols="4">
61+
<b-col cols="5">
6262

6363
<b-form @submit="search" >
6464
<b-form-group
@@ -69,7 +69,7 @@
6969
</b-form-group>
7070

7171
<b-form-group
72-
label="REST Implementation"
72+
label="REST"
7373
label-cols=2>
7474
<b-form-radio
7575
@change.native="switchLangage"
@@ -102,7 +102,7 @@
102102
</b-form>
103103

104104
</b-col>
105-
<b-col cols="8">
105+
<b-col cols="7">
106106
<br/>
107107
RediSearch Query:<br/>
108108
<small class="text-monospace">FT.SEARCH idx:movie "{{searchQuery}}"</small>

0 commit comments

Comments
 (0)