Skip to content

Conversation

@nicoe
Copy link
Collaborator

@nicoe nicoe commented Oct 17, 2024

Fix PCLAS-1168

This is required because the column resizing sets a width on the col and the div inside the th which make the span tag stack.

We can use absolute positioning inside the th because they're sticky and thus absolute will remove the span from the flow.

Fix PCLAS-1168

This is required because the column resizing sets a width on the col and
the div inside the th which make the span tag stack.

We can use absolute positioning inside the th because they're sticky and
thus absolute will remove the span from the flow.
@nicoe nicoe requested a review from JCavallo October 17, 2024 19:58
@nicoe nicoe merged commit 7ee722f into coopengo:master Oct 24, 2024
1 check passed
nicoe added a commit that referenced this pull request Oct 24, 2024
* Use absolute positioning for the expander span [CUSTOM]

Fix PCLAS-1168

This is required because the column resizing sets a width on the col and
the div inside the th which make the span tag stack.

We can use absolute positioning inside the th because they're sticky and
thus absolute will remove the span from the flow.

* Iteration for style

---------

Co-authored-by: Jean Cavallo <jean.cavallo@hotmail.fr>
nicoe added a commit that referenced this pull request Oct 24, 2024
…324)

* Use absolute positioning for the expander span [CUSTOM]

Fix PCLAS-1168

This is required because the column resizing sets a width on the col and
the div inside the th which make the span tag stack.

We can use absolute positioning inside the th because they're sticky and
thus absolute will remove the span from the flow.

* Iteration for style

---------

Co-authored-by: Jean Cavallo <jean.cavallo@hotmail.fr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants