mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Fixed #6556
This commit is contained in:
parent
06db2ff7c2
commit
6df36053e0
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue