Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use default flex values and use margins #104052

Merged
merged 1 commit into from
Aug 10, 2020

Conversation

pfongkye
Copy link
Contributor

@pfongkye pfongkye commented Aug 5, 2020

This PR fixes #102933

@pfongkye pfongkye changed the title keep default flex values for children and use margins Use default flex values and use margins Aug 5, 2020
@@ -35,7 +35,7 @@
}

.monaco-workbench .repl .repl-tree .output.expression.value-and-source .value {
flex: 1;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need a min-width for value? @isidorn

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am fine either way, whatever you think behaves better.
I can also provide more feedback once I test this out

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can keep it as is to avoid adding more constraints. Waiting for your feedback to see if it behaves as intended or if there are side effects that I haven't seen.

@lszomoru lszomoru requested a review from isidorn August 5, 2020 11:01
@pfongkye pfongkye marked this pull request as ready for review August 5, 2020 11:11
@isidorn
Copy link
Contributor

isidorn commented Aug 5, 2020

@pfongkye thanks a lot for this PR. This week we are wrapping up our release, which means we only take critical fixes in. Thus assigning this to August Milestone and I plan to review next week.

@isidorn isidorn added this to the August 2020 milestone Aug 5, 2020
@pfongkye
Copy link
Contributor Author

pfongkye commented Aug 5, 2020

@isidorn no worries 👍

@isidorn
Copy link
Contributor

isidorn commented Aug 10, 2020

I tried this out and seem to work just fine. Merging in.
Thanks a lot for this PR ☀️ 🍻

@isidorn isidorn merged commit fb13eb1 into microsoft:master Aug 10, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Sep 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Debug window concatenates file names (filename.component...)
2 participants