fix "group by" overflows on smaller screens
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<div class="help-container">
|
<div class="help-container">
|
||||||
<TheSelector class="left" />
|
<TheSelector />
|
||||||
<TheGrouper class="right"
|
<TheGrouper
|
||||||
v-on:groupingChanged="onGroupingChanged($event)"
|
v-on:groupingChanged="onGroupingChanged($event)"
|
||||||
v-show="!this.isSearching" />
|
v-show="!this.isSearching" />
|
||||||
</div>
|
</div>
|
||||||
@@ -119,19 +119,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.help-container {
|
.help-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
flex-wrap: wrap;
|
||||||
.center {
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
.left {
|
|
||||||
justify-content: flex-start;
|
|
||||||
}
|
|
||||||
.right {
|
|
||||||
justify-content: flex-end;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user