Skip to content

Commit

Permalink
Fixes Remote execution cell layout on Safari (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristineguadelupe authored Feb 10, 2024
1 parent c33953c commit da75894
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions assets/remote_execution_cell/src/main.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

/* Safari 11+ */

@supports (-webkit-appearance: none) and (stroke-color: transparent) {
input[type="text"] {
max-width: 220px;
}
}
2 changes: 1 addition & 1 deletion lib/assets/remote_execution_cell/build/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit da75894

Please sign in to comment.