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

Fix fleet sample column width to remove scrollbar #50

Merged
merged 3 commits into from
Feb 5, 2025

Conversation

IMinchev64
Copy link
Contributor

Closes #46

@IMinchev64 IMinchev64 added the ❌ status: awaiting-test PRs awaiting manual verification label Jan 29, 2025
@skrustev skrustev self-requested a review January 30, 2025 09:12
@@ -22,9 +22,9 @@
<span class="status-value">{{ value }}</span>
</ng-template>
</igx-column>
<igx-column field="model" header="Model" [sortable]="true" width="7%"></igx-column>
<igx-column field="model" header="Model" [sortable]="true" width="8.15%"></igx-column>
Copy link
Collaborator

Choose a reason for hiding this comment

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

This misalignment is due to a bug, we already fixed, with the latest version you should be able use 8% and fit in the 100% of the size of the grid row

@dkamburov dkamburov merged commit 92bd615 into vnext Feb 5, 2025
2 checks passed
@dkamburov dkamburov deleted the iminchev/fix-fleet-column-width branch February 5, 2025 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❌ status: awaiting-test PRs awaiting manual verification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove horizontal scroll from fleet and finance grid samples
4 participants