Skip to content

Commit bbae85a

Browse files
danilsomsikovDevtools-frontend LUCI CQ
authored andcommitted
Fix the orientation of KeyValueStorageItemsView split view
Bug: 401105598 Change-Id: I626e5e573e73f6977ceeab6b817082fb5827515b Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6330160 Auto-Submit: Danil Somsikov <[email protected]> Commit-Queue: Danil Somsikov <[email protected]> Reviewed-by: Kim-Anh Tran <[email protected]> Commit-Queue: Kim-Anh Tran <[email protected]>
1 parent 8038d1c commit bbae85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/panels/application/KeyValueStorageItemsView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export abstract class KeyValueStorageItemsView extends StorageItemsView {
107107
view = (input: ViewInput, _, target: HTMLElement) => {
108108
// clang-format off
109109
render(html `
110-
<devtools-split-view direction="column" sidebar-position="second" name="${id}-split-view-state">
110+
<devtools-split-view sidebar-position="second" name="${id}-split-view-state">
111111
<devtools-widget
112112
slot="main"
113113
.widgetConfig=${widgetConfig(VBox, {minimumSize: new Size(0, 50)})}>

0 commit comments

Comments
 (0)