Skip to content

Commit

Permalink
select width
Browse files Browse the repository at this point in the history
  • Loading branch information
phernandez committed Oct 28, 2024
1 parent 2b7b661 commit a034b61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion documentation/backend/templates/select.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Select>
<SelectTrigger className="w-80">
<SelectTrigger className="w-96">
<SelectValue placeholder="Select a fruit" />
</SelectTrigger>
<SelectContent>
Expand Down
2 changes: 1 addition & 1 deletion documentation/backend/templates/select_scrollable.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Select>
<SelectTrigger className="w-80">
<SelectTrigger className="w-96">
<SelectValue placeholder="Select a timezone" />
</SelectTrigger>
<SelectContent>
Expand Down
5 changes: 3 additions & 2 deletions documentation/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ const defaultTheme = require("tailwindcss/defaultTheme");
module.exports = {
darkMode: "class",
content: [
"./backend/templates/**/*.html",
"../components/**/*.jinja",
"../components/ui/*.jinja",
"../components/icons/*.jinja",
"./backend/templates/*.html",
],
plugins: [
require("@tailwindcss/forms"),
Expand Down

0 comments on commit a034b61

Please sign in to comment.