mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
fix(editor): Migrate from @import to @use for SCSS files to address deprecation warnings (#17858)
This commit is contained in:
@@ -95,7 +95,7 @@ onBeforeUnmount(() => {
|
||||
<style lang="scss">
|
||||
.el-drawer__header {
|
||||
margin: 0;
|
||||
padding: 30px 30px 0 30px;
|
||||
padding: 30px 30px 0;
|
||||
}
|
||||
|
||||
.el-drawer__body {
|
||||
|
||||
Reference in New Issue
Block a user