Skip to content

Commit

Permalink
Improved: Added border syles for vertical divider (#293).
Browse files Browse the repository at this point in the history
  • Loading branch information
ravilodhi committed Aug 8, 2024
1 parent 906beda commit 8ea3097
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/views/ManageFacilities.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ion-content>
<div class="find">
<section class="search">
<section class="ion-padding-end search">
<ion-searchbar :placeholder="translate('Search facilities')" v-model="queryString" @ionInput="getFilteredFacilities()"/>
<ion-list>
<ion-list-header>
Expand Down Expand Up @@ -400,4 +400,7 @@
ion-content {
--padding-bottom: 80px;
}
.search {
border-right: 1px solid lightgray;
}
</style>

0 comments on commit 8ea3097

Please sign in to comment.