Skip to content

Commit

Permalink
Merge pull request #3372 from nextcloud/fix/empty-content-height
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Oct 18, 2022
2 parents dcdcb90 + 857e250 commit 6f9dac3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/NcDashboardWidget/NcDashboardWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,10 @@ export default {
</script>

<style scoped lang="scss">
.dashboard-widget .empty-content {
.dashboard-widget :deep(.empty-content) {
text-align: center;
margin-top: 5vh;
margin-top: 0;
padding-top: 5vh;
&.half-screen {
margin-top: 0;
margin-bottom: 1vh;
Expand Down

0 comments on commit 6f9dac3

Please sign in to comment.