chore: center info message for unsupported jupyter notebook versions (#38114)

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
Karthik Bhandary
2026-06-15 07:59:41 +05:30
committed by GitHub
parent a77edc7ba4
commit e70b91d8ec
6 changed files with 29 additions and 19 deletions
+6
View File
@@ -1,3 +1,9 @@
.file-view-container {
padding: 0 !important; /* the file-view itself provides padding */
width: 100% !important; /* override fomantic's "100% + 2px" */
max-width: 100% !important;
}
.file-view tr.active .lines-num,
.file-view tr.active .lines-escape,
.file-view tr.active .lines-code {