Skip to content

Commit

Permalink
Merge pull request #5595 from nextcloud/backport/5591/stable29
Browse files Browse the repository at this point in the history
[stable29] fix: workspace tables expand correctly
  • Loading branch information
juliusknorr authored Apr 3, 2024
2 parents df8742d + 3c46e90 commit f3e6c54
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/views/RichWorkspace.vue
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,25 @@ export default {
margin: 0;
}

#rich-workspace:deep(.table-wrapper .content) {
tr {
th, td {
flex-grow: 1;
}

th {
div {
width: 100%;
}

.action-item div {
display: flex;
justify-content: flex-end;
}
}
}
}

#rich-workspace:deep(.editor__content) {
margin: 0;
}
Expand Down

0 comments on commit f3e6c54

Please sign in to comment.