Skip to content

Commit

Permalink
improve css print alignments
Browse files Browse the repository at this point in the history
Signed-off-by: FahrJo <johannes.fahr@posteo.de>
  • Loading branch information
FahrJo committed Mar 14, 2024
1 parent 0ae8906 commit 6a2ff51
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/pages/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ export default {
height: auto;
}
#content-vue .row.first-row {
padding-left: 0px;
}
.main-table-view, .main-view-view {
width: auto;
min-width: 0;
Expand All @@ -100,7 +104,7 @@ export default {
}
#app-content-vue table {
table-layout: auto !important;
table-layout: fixed;
}
#app-content-vue table td, #app-content-vue table th {
Expand All @@ -110,13 +114,16 @@ export default {
width: auto !important;

Check failure on line 114 in src/pages/Table.vue

View workflow job for this annotation

GitHub Actions / NPM lint

Mixed spaces and tabs
}
#app-content-vue table th .clickable {
overflow-wrap: anywhere;
}

Check failure on line 120 in src/pages/Table.vue

View workflow job for this annotation

GitHub Actions / NPM lint

Trailing spaces not allowed
#app-content-vue table th .menu {
display: none !important;
}
#app-content-vue table td .tiptap-reader-cell {
max-height: fit-content;
min-width: 200px;
max-width: fit-content;
}
Expand Down

0 comments on commit 6a2ff51

Please sign in to comment.