Skip to content

Commit

Permalink
Merge pull request #1227 from nextcloud/Jerome-Herbinet-add-missing-d…
Browse files Browse the repository at this point in the history
…iv-id

Add missing div id (fixes CSS lack)
  • Loading branch information
Pytal authored Aug 20, 2024
2 parents 351d47b + f34206a commit 47e4b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/GuestList.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<NcSettingsSection :name="t('guests', 'Guests accounts')">
<div v-if="loaded && !error">
<div class="guests-list" v-if="loaded && !error">
<table v-if="guests.length" class="table">
<thead>
<tr>
Expand Down Expand Up @@ -121,7 +121,7 @@ export default {
</script>

<style lang="scss" scoped>
#guests-list {
.guests-list {
padding: 20px 0 0;
table {
Expand Down

0 comments on commit 47e4b79

Please sign in to comment.