mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
fix(editor): Allow SSO login focus outlines to draw fully (no-changelog) (#11195)
This commit is contained in:
parent
ad13a756d7
commit
cd59f33e59
|
@ -53,7 +53,8 @@ const onSSOLogin = async () => {
|
|||
span {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
padding: var(--spacing-xl) var(--spacing-l);
|
||||
margin: var(--spacing-2xs) auto;
|
||||
padding: var(--spacing-l);
|
||||
background: var(--color-background-xlight);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue