fix: editor header border style (#21942)
This commit is contained in:
parent
22eea18345
commit
6b003179e3
|
|
@ -371,7 +371,7 @@ export function EditorHeader(props: EditorHeaderProps) {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider theme={theme}>
|
<ThemeProvider theme={theme}>
|
||||||
<HeaderWrapper
|
<HeaderWrapper
|
||||||
className="pl-1 pr-1"
|
className="pl-1 pr-1 overflow-hidden"
|
||||||
data-testid="t--appsmith-editor-header"
|
data-testid="t--appsmith-editor-header"
|
||||||
>
|
>
|
||||||
<HeaderSection className="space-x-2">
|
<HeaderSection className="space-x-2">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user