\n \u003C/UChip>\n\u003C/template>\n````\n\n### Description\n\nHey,\n\nThanks for your great work.\n\nI have noticed this on a few elements in UI3, but especaily here padding just is not right. Yes of course you can change it, but i belive there needs to be some sane defaults across all elements.\n\nText in chip, and even a simple number is almost unreadable see screenshot below. Happy to open a pr or list all other elements where this seems to have happened (one that comes to mind is UAvatar https://github.com/nuxt/ui/issues/3558).\n\n\n\n### Additional context\n\nThis example is directly from the UI website",[3031,3034,3037],{"name":3032,"color":3033},"bug","d73a4a",{"name":3035,"color":3036},"v3","49DCB8",{"name":3038,"color":3039},"triage","ffffff",3633,"ui","Default padding on `UChip`","2025-03-20T09:21:01Z","https://github.com/nuxt/ui/issues/3633",0.7775182,{"description":3047,"labels":3048,"number":3052,"owner":3021,"repository":3041,"state":3053,"title":3054,"updated_at":3055,"url":3056,"score":3057},"### Description\n\nIs there a way to change the default row height of a table? Thanks!",[3049],{"name":3050,"color":3051},"question","d876e3",3032,"closed","UTable row height","2025-01-08T10:01:46Z","https://github.com/nuxt/ui/issues/3032",0.698316,{"description":3059,"labels":3060,"number":3064,"owner":3021,"repository":3021,"state":3053,"title":3065,"updated_at":3066,"url":3067,"score":3068},"Patak recently [posted about improving the PR template of the vite repo](https://elk.zone/m.webtoo.ls/@patak/112155977618264831 ) and merged the improvements in https://github.com/vitejs/vite/pull/16266.\r\n\r\nI agree with these two points in his PR description:\r\n\r\n> - I don't think the \"purpose of this pull request\" section is useful. ... we already have this information in the PR title as we use conventional commit (fix, feat, docs, chore, etc).\r\n> - Nobody is completing the \"Before submitting the PR\" section. The checkboxes doesn't render so it isn't good UX for contributors.\r\n\r\nWhat do you think about changing this in the Nuxt repo as well?",[3061],{"name":3062,"color":3063},"chore","D0F1A9",26561,"PR template improvement","2024-03-29T19:26:33Z","https://github.com/nuxt/nuxt/issues/26561",0.728772,{"description":3070,"labels":3071,"number":3077,"owner":3021,"repository":3041,"state":3053,"title":3078,"updated_at":3079,"url":3080,"score":3081},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v20.12.2`\n- Nuxt Version: `3.14.159`\n- CLI Version: `3.15.0`\n- Nitro Version: `2.10.4`\n- Package Manager: `bun@1.1.33`\n- Builder: `-`\n- User Config: `default`\n- Runtime Modules: `@nuxt/ui@3.0.0-alpha.8`, `@nuxt/eslint@0.6.1`, `@vueuse/nuxt@11.2.0`\n- Build Modules: `-`\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha.8\n\n### Reproduction\n\nPlace SelectMenu with search in Modal then try to access search input\n\n### Description\n\nSelectMenu search not working from modal\nIt's working if :portal=\"false\", but style broken\n\n### Additional context\n\n\n\n\n### Logs\n\n```shell-script\n\n```",[3072,3073,3074],{"name":3032,"color":3033},{"name":3035,"color":3036},{"name":3075,"color":3076},"reka-ui","56d799",2657,"SelectMenu search not clickable from modal","2025-02-13T18:27:29Z","https://github.com/nuxt/ui/issues/2657",0.7290275,{"description":3083,"labels":3084,"number":3091,"owner":3021,"repository":3092,"state":3053,"title":3093,"updated_at":3094,"url":3095,"score":3096},"Update [Webreinvent partner page](https://nuxt.com/support/agencies/webreinvent) with content below :\n\nWebReinvent has 12+ years of experience building software and a team of 50+ software professionals including software developers, UI/UX designers, testers, DevOps, project managers, etc. The team is well-versed in the Nuxt ecosystem and has delivered multiple high-performance web apps, dashboards, real-time apps, multi-tenant SaaS applications, etc.\n\nWe are one of the most process-driven companies and we love to follow industry standards. Some of them are managing git repo, code review/audits, deploying new releases via CI/CD, automated software testing, maintaining detailed technical documentation, application performance monitoring, etc. We have been delivering MVP to enterprise-level software products from startup to MSME.\n\nContact us to build your MVP fast or migrate your legacy software to Nuxt or maintain your existing software or scale your software to the enterprise level. We're here to help.\n",[3085,3088],{"name":3086,"color":3087},"enhancement","1ad6ff",{"name":3089,"color":3090},"marketing","f5c828",1156,"nuxt.com","Update Webreinvent partner page","2023-06-06T12:14:42Z","https://github.com/nuxt/nuxt.com/issues/1156",0.73430276,{"description":3098,"labels":3099,"number":3102,"owner":3021,"repository":3041,"state":3053,"title":3103,"updated_at":3104,"url":3105,"score":3106},"### Description\n\nHi 👋 and thank you for the amazing work on v3!\n\nI noticed that in v3 many component have an `as` prop that is directly bound to the `as` prop of a component from RekaUI (in many cases, `Primitive`). In NuxtUI, this prop is always typed as `any | undefined`, whereas in RekaUI the type is more constrained (a string representing a HTML tag, or a component). This can cause TypeScript, and, as a consequence, linters and IDEs, to miss some obvious errors, like if someone were to write\n\n```vue\n\u003CUInput :as=\"1\" />\n```\n\nThe `as` prop type could be retrieved from the RekaUI component prop type directly using something like this\n\n```ts\ninterface InputProps {\n as?: InstanceProps\u003Ctypeof Primitive>['$props']['as']\n // Other props...\n}\n```\n\nIs there a reason that eludes me as to why this was not done?\n\nIf this seems like a good idea, I'd be happy to submit a PR.\n\nCheers!",[3100,3101],{"name":3050,"color":3051},{"name":3035,"color":3036},3068,"[v3] `as` props typing","2025-01-10T17:28:25Z","https://github.com/nuxt/ui/issues/3068",0.73910904,{"description":3108,"labels":3109,"number":3111,"owner":3021,"repository":3092,"state":3053,"title":3112,"updated_at":3113,"url":3114,"score":3115},"Any clue @danielroe?\n\n",[3110],{"name":3086,"color":3087},958,"Tell html-validtor to ignore module pages","2023-01-04T13:47:34Z","https://github.com/nuxt/nuxt.com/issues/958",0.7498041,{"description":3117,"labels":3118,"number":3128,"owner":3021,"repository":3021,"state":3053,"title":3129,"updated_at":3130,"url":3131,"score":3132},"### Describe the feature\n\nSee title\n\n### Additional information\n\n- [X] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[3119,3122,3125],{"name":3120,"color":3121},"documentation","5319e7",{"name":3123,"color":3124},"good first issue","fbca04",{"name":3126,"color":3127},"3.x","29bc7f",22533,"Add link to the changelog on the community releases tab","2023-08-11T12:28:40Z","https://github.com/nuxt/nuxt/issues/22533",0.76509666,{"description":3134,"labels":3135,"number":3140,"owner":3021,"repository":3092,"state":3053,"title":3141,"updated_at":3142,"url":3143,"score":3144},"Maybe we can add this in the main non-tree panel on top of branches search?",[3136,3137],{"name":3086,"color":3087},{"name":3138,"color":3139},"responsive","1cd1c6",695,"[Project] Add a back link in `ProjectNavbarDialog` ","2023-02-15T12:32:45Z","https://github.com/nuxt/nuxt.com/issues/695",0.76586574,["Reactive",3146],{},["Set"],["ShallowReactive",3149],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fp8LX09_8bgDfUXwUfXakflRg1tdeDSw2hDx3T1pNuAo":-1},"/nuxt/test-utils/752"]