Skip to content

Commit

Permalink
Fixing table layout. (Maybe?) (#1482)
Browse files Browse the repository at this point in the history
* Fixing table layout.  (Maybe?)

* Adding missing newline

* Adjusting z-index to fix icon overlap issues
  • Loading branch information
lanceleonard authored and rrelledge committed Aug 17, 2021
1 parent b793e2d commit d763f36
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions static/theme-flex/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3611,3 +3611,15 @@ a[href*="#no-click"], img[src*="#no-click"] {
margin-bottom: 40px;
}

/* CSS hacks - Aug 2021 */
.root {
display: none;
}

article section.page table {
table-layout: auto !important;
}

.gdpr-modal {
z-index: 9999;
}

0 comments on commit d763f36

Please sign in to comment.