CSS fix primevue box-sizing

This commit is contained in:
chfhtw
2025-08-08 12:26:39 +02:00
parent b2d8b81ab5
commit 04cce2af4c
+3
View File
@@ -3973,6 +3973,9 @@
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.p-tabview-panel * {
box-sizing: initial;
}
.p-toolbar {
background: #efefef;