Skip to content

Commit

Permalink
fix(lint): update css and rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Dec 30, 2024
1 parent 851ca3d commit b9c487c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
"stylelint-csstree-validator"
],
"rules": {
"selector-class-pattern": null,
"csstree/validator": true,
"property-no-vendor-prefix": null,
"selector-no-vendor-prefix": null,
Expand Down
2 changes: 1 addition & 1 deletion style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
https://jupyterlab.readthedocs.io/en/stable/developer/css.html
*/

.jp-LinkedOutputView .jp-OutputArea-child:has(iframe[id*=trame__template]) {
.jp-LinkedOutputView .jp-OutputArea-child:has(iframe[id*='trame__template']) {
height: 100%;
}

Expand Down

0 comments on commit b9c487c

Please sign in to comment.