Skip to content

Commit

Permalink
Merge pull request #87 from button-inc/mk-spacing
Browse files Browse the repository at this point in the history
small spacing tweak
  • Loading branch information
monicakochofar authored Sep 22, 2023
2 parents 7d9bfd3 + 0f11ace commit 220b57d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app_vue/src/components/sensorSideBarFilters.vue
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
</section>


<div class="my-6">
<div class="mb-6">
<span class="font-weight-bold">Result: {{ state.totalSensors }} bin{{ state.totalSensors > 1 ? 's' : '' }}</span>
displayed on map
</div>
Expand Down Expand Up @@ -285,6 +285,10 @@
.filter-list {
width: 100%;
&__fields {
margin-bottom: 20px;
}
&__heading {
display: flex;
align-items: center;
Expand Down

0 comments on commit 220b57d

Please sign in to comment.