🚧 Adjust architecture of ButtonSettingsBlock

This commit is contained in:
Philipp Stracker 2025-01-22 15:30:22 +01:00
parent b6720146eb
commit d8ecb019de
No known key found for this signature in database
2 changed files with 9 additions and 9 deletions

View file

@ -160,12 +160,10 @@
}
}
.ppcp-r-settings-block__button {
display: flex;
.ppcp--horizontal {
flex-direction: row;
align-items: center;
justify-content: space-between;
gap: 50px;
}
.ppcp-r-settings-block__accordion {