Skip to content

Commit

Permalink
Add comment regarding Jupyter styles override
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass committed Sep 3, 2024
1 parent 8c085df commit 65327d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/aiidalab_qe/app/static/styles/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
Override Jupyter width limitation to
make apps take full notebook width
*/
.output_subarea {
max-width: none !important;
}
/* end override */

0 comments on commit 65327d9

Please sign in to comment.