We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e06af48 commit 287c16bCopy full SHA for 287c16b
packages/vue/examples/toggle-button/src/App.vue
@@ -4,7 +4,7 @@
4
app="meetup_dataset"
5
url="https://a03a1cb71321:75b6603d-9456-4a5a-af6b-a487b309eb61@appbase-demo-ansible-abxiydt-arc.searchbase.io"
6
>
7
- <div class="row">
+ <div class="parent-row">
8
<div class="col">
9
<toggle-button
10
componentId="CitySensor"
packages/vue/examples/toggle-button/src/styles.css
@@ -1,4 +1,4 @@
1
-.row {
+.parent-row, .row {
2
display: flex;
3
flex-direction: row;
width: 100%;
@@ -157,3 +157,18 @@
157
.ml20 {
158
margin-left: 20px;
159
}
160
+
161
162
+@media only screen and (max-width: 1000px) {
163
+ .parent-row{
164
+ flex-direction: column;
165
+ }
166
167
+ .parent-row>.col{
168
+ width:100%;
169
170
171
+ .result-list-container {
172
+ width: 100%;
173
174
+}
0 commit comments