Skip to content

Commit

Permalink
padding
Browse files Browse the repository at this point in the history
  • Loading branch information
artpar committed Oct 12, 2024
1 parent 79492d7 commit 40699fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/UserApps/Components/EditDataTableComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div v-if="decodedAuthToken" class="row" style="height: 70px">
<div style="padding-left: 0px; width: 100%;">
<div class="row" style="height: 50px">
<div class="row q-pa-xs" style="height: 50px">
<div class="col-4">
<q-input v-model="searchQuery" class="search-input-container" clearable="clearable"
dense
Expand All @@ -18,7 +18,7 @@
</template>
</q-input>
</div>
<div class="col-4 q-pa-xs">
<div class="col-4">
<q-btn flat icon="fas fa-plus" size="md" @click="showEditRow()"></q-btn>
<q-btn flat icon="fas fa-lock" size="md" @click="showPermissionsDrawer()"></q-btn>
<q-btn flat icon="fas fa-sync" size="md" @click="refreshData()"></q-btn>
Expand Down

0 comments on commit 40699fb

Please sign in to comment.