You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an extension in VSCode called "Visual Studio Code for Education". In our VSCode extension's webview, when a checkbox's div shrinks in width, the width of the checkbox also shrinks in width.
On the left hand side Table of Contents, navigate to
4. Unit 3 - If
5. Lesson 4 - If Statement Patterns
6. "And vs Nested If"
7. Scroll down
8. Verify by expanding the right file over the left
Expected behavior
Checkboxes should retain their dimension
Current behavior
Checkboxes width's shrink as their containing div's width shrinks.
Screenshots
Notice how the checkboxes on the left squish as I reduce the width of our webview.
Desktop (please complete the following information):
OS Version: Windows 11 22621.3007
Toolkit Version: 1.4.0
Additional context
The element containing these checkboxes are vscode-checkbox, and the checked-indicator seems to be the checkbox itself. Both of these come from the toolkit.
We've been able to work around this by adding this to our main App.scss
Describe the bug
We have an extension in VSCode called "Visual Studio Code for Education". In our VSCode extension's webview, when a checkbox's div shrinks in width, the width of the checkbox also shrinks in width.
To reproduce
4. Unit 3 - If
5. Lesson 4 - If Statement Patterns
6. "And vs Nested If"
7. Scroll down
8. Verify by expanding the right file over the left
Expected behavior
Checkboxes should retain their dimension
Current behavior
Checkboxes width's shrink as their containing div's width shrinks.
Screenshots
Notice how the checkboxes on the left squish as I reduce the width of our webview.
Desktop (please complete the following information):
Additional context
The element containing these checkboxes are
vscode-checkbox
, and thechecked-indicator
seems to be the checkbox itself. Both of these come from the toolkit.We've been able to work around this by adding this to our main
App.scss
The text was updated successfully, but these errors were encountered: