We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe25f5 commit 4e3b9eaCopy full SHA for 4e3b9ea
stubs/resources/css/app.css
@@ -2,7 +2,7 @@
2
@tailwind components;
3
@tailwind utilities; */
4
5
-@import 'primevue/resources/primevue.min.css';
+@import 'primevue/resources/primevue.css';
6
@import 'primeicons/primeicons.css';
7
8
@import 'tailwindcss/base';
stubs/resources/css/components/p-overrides.css
@@ -1,3 +1,9 @@
1
+/* fix primevue sgv icon update */
+.p-input-icon-right > svg:last-of-type,
+.p-input-icon-right > i:last-of-type {
+ right: 0.75rem;
+}
+
/* toast */
.p-toast {
9
z-index: 10;
0 commit comments