Skip to content

Commit

Permalink
Merge pull request #5591 from nextcloud/fix/table-rich-workspace
Browse files Browse the repository at this point in the history
fix: workspace tables expand correctly
  • Loading branch information
juliusknorr authored Apr 3, 2024
2 parents fa23716 + 092bb31 commit 71396db
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 71396db

Please sign in to comment.