@mixd-id/web-scaffold 0.1.230406018 → 0.1.230406019

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mixd-id/web-scaffold",
3
3
  "private": false,
4
- "version": "0.1.230406018",
4
+ "version": "0.1.230406019",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -157,7 +157,7 @@ export default {
157
157
 
158
158
  .dropdown select,
159
159
  .dropdown input{
160
- @apply appearance-none outline-none p-2 bg-transparent cursor-pointer;
160
+ @apply appearance-none outline-none p-2 bg-transparent cursor-pointer w-full;
161
161
  }
162
162
 
163
163
  .arrow{