Fixed #6556
parent
06db2ff7c2
commit
6df36053e0
|
@ -1,6 +1,10 @@
|
|||
import BaseStyle from '@primevue/core/base/style';
|
||||
|
||||
const theme = ({ dt }) => `
|
||||
.p-buttongroup {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.p-buttongroup .p-button {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue