SplitterPanel and InlineMessage class name convensions

This commit is contained in:
tugcekucukoglu 2024-05-21 10:15:51 +03:00
parent c5ebd68b74
commit c629ca8f51
8 changed files with 36 additions and 36 deletions

View file

@ -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;
}