Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/mout-1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
abeforgit authored Oct 19, 2022
2 parents 829116f + 85ab268 commit e092eee
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions app/styles/project/_u-print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,40 @@
width: 100%;
}


.au-c-meeting-chrome-table {
min-width: auto !important;

thead {
display: table-row-group !important;
}

th,
td {
min-width: initial !important;
width: initial !important;
max-width: initial !important;
white-space: initial !important;
}

.au-c-button-group {
display: none !important;
}

td:after {
display: none !important;
}
}

body,
.container,
.grid,
.container-flex--contain,
.container-flex--scroll,
.tasklist__content {
overflow-y: visible !important;
display: block;
height: auto;
display: block !important;
height: auto !important;
}

.say-container {
Expand Down

0 comments on commit e092eee

Please sign in to comment.