Fix upper border radius of onboarding columns (#27890)

pull/27876/head
Claire 1 year ago committed by GitHub
parent c94bedf4e6
commit 0a6ec048a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2299,8 +2299,7 @@ $ui-header-height: 55px;
> .scrollable {
background: $ui-base-color;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-radius: 0 0 4px 4px;
}
}

Loading…
Cancel
Save