mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
SplitterPanel and InlineMessage class name convensions
This commit is contained in:
parent
c5ebd68b74
commit
c629ca8f51
8 changed files with 36 additions and 36 deletions
|
@ -65,16 +65,16 @@ const theme = ({ dt }) => `
|
|||
cursor: row-resize;
|
||||
}
|
||||
|
||||
.p-splitter-panel {
|
||||
.p-splitterpanel {
|
||||
flex-grow: 1;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.p-splitter-panel-nested {
|
||||
.p-splitterpanel-nested {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.p-splitter-panel .p-splitter {
|
||||
.p-splitterpanel .p-splitter {
|
||||
flex-grow: 1;
|
||||
border: 0 none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue