fix(portal): COCO-4851, remove padding around connector images#931
Merged
jcbe-ode merged 1 commit intodevelop-b2schoolfrom Nov 25, 2025
Merged
fix(portal): COCO-4851, remove padding around connector images#931jcbe-ode merged 1 commit intodevelop-b2schoolfrom
jcbe-ode merged 1 commit intodevelop-b2schoolfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes a padding issue affecting connector images in the portal, where connectors had unwanted padding that deformed the image in 1D view. The fix sets padding to 0 for connector category applications without side effects in both 1D and 2D views.
- Removes default padding for connector category applications by adding
p-0class
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
damienromito
approved these changes
Nov 25, 2025
jenkinsEdificePublic
pushed a commit
that referenced
this pull request
Dec 1, 2025
jenkinsEdificePublic
pushed a commit
that referenced
this pull request
Dec 1, 2025
damienromito
pushed a commit
that referenced
this pull request
Dec 8, 2025
pb-jo
pushed a commit
that referenced
this pull request
Dec 15, 2025
remilandais
pushed a commit
that referenced
this pull request
Dec 18, 2025
jenkinsEdificePublic
pushed a commit
that referenced
this pull request
Dec 22, 2025
jenkinsEdificePublic
pushed a commit
that referenced
this pull request
Jan 6, 2026
jenkinsEdificePublic
pushed a commit
that referenced
this pull request
Jan 12, 2026
jenkinsEdificePublic
pushed a commit
that referenced
this pull request
Feb 3, 2026
vbillard91
pushed a commit
that referenced
this pull request
Feb 6, 2026
jenkinsEdificePublic
pushed a commit
that referenced
this pull request
Feb 6, 2026
jcbe-ode
added a commit
that referenced
this pull request
Feb 10, 2026
damienromito
pushed a commit
that referenced
this pull request
Feb 16, 2026
jenkinsEdificePublic
pushed a commit
that referenced
this pull request
Feb 16, 2026
benjaminperez
pushed a commit
that referenced
this pull request
Feb 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
En 1D, les connecteurs ont un padding qui déforme l'image.
Ce commit force leur padding à 0 à la fois en 1D et en 2D, sans effet de bord.
Fixes
https://edifice-community.atlassian.net/browse/COCO-4851
Type of change
Please check options that are relevant.
Which packages changed?
Please check the name of the package you changed
Tests
Reminder
Security flaws
Performance impacts (think bulk !)
Unit tests were replayed
Unit tests were added and/or changed
I have updated the reminder for the version including my modifications
Not concerned