Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Panels don't seem to wrap correctly. #230

@rchiodo

Description

@rchiodo

Testing #133758

This html:

      <vscode-panels>
	<vscode-panel-tab id="tab-1">PROBLEMS</vscode-panel-tab>
	<vscode-panel-tab id="tab-2">OUTPUT</vscode-panel-tab>
	<vscode-panel-tab id="tab-3">DEBUG CONSOLE</vscode-panel-tab>
	<vscode-panel-tab id="tab-4">TERMINAL</vscode-panel-tab>
	<vscode-panel-view id="view-1">
    <vscode-divider role="presentation"></vscode-divider>          
    </br>
    <vscode-checkbox disabled>Label of disabled</vscode-checkbox>
    <vscode-button id="howdy">Howdy!</vscode-button>          
    </vscode-panel-view>
	<vscode-panel-view id="view-2">
		Output Content
	</vscode-panel-view>
	<vscode-panel-view id="view-3">
		Debug Console Content
	</vscode-panel-view>
	<vscode-panel-view id="view-4">
		Terminal Content
	</vscode-panel-view>
</vscode-panels>

Creates this output
image

It seems like the divider and the </br> have no effect on layout.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions