mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
feat(editor): Add docs sidebar to credential modal (#9914)
Co-authored-by: Csaba Tuncsik <csaba@n8n.io>
This commit is contained in:
@@ -52,11 +52,13 @@ function onFeedback(feedback: 'positive' | 'negative') {
|
||||
.feedback {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: var(--spacing-4xs);
|
||||
|
||||
.feedback-button {
|
||||
cursor: pointer;
|
||||
width: var(--spacing-2xl);
|
||||
height: var(--spacing-2xl);
|
||||
width: var(--spacing-l);
|
||||
height: var(--spacing-l);
|
||||
color: var(--color-text-light);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user