Skip to content

Commit

Permalink
chore: upgrade tailwind (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristencheung authored Feb 7, 2025
1 parent 6d1a9c4 commit 86f9785
Show file tree
Hide file tree
Showing 7 changed files with 691 additions and 116 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- fix: jwks endpoint should use key ID if available [#753](https://github.com/hypermodeinc/modus/pull/753)
- fix: wasm filename should be last part of package name [#754](https://github.com/hypermodeinc/modus/pull/754)
- chore: update ModusDB [#755](https://github.com/hypermodeinc/modus/pull/755)
- chore: bump tailwind to v4 [#756](https://github.com/hypermodeinc/modus/pull/756)

## 2025-01-24 - Runtime 0.17.1

Expand Down
4 changes: 1 addition & 3 deletions runtime/explorer/content/index.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@import "tailwindcss";

body {
margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion runtime/explorer/content/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function App() {
}, []);

return (
<div className="bg-black p-2 h-dvh flex flex-col">
<div className="bg-black p-2 h-dvh w-dvw flex flex-col">
<ApiExplorer
endpoints={endpoints}
inferences={inferences}
Expand Down
Loading

0 comments on commit 86f9785

Please sign in to comment.