This repository was archived by the owner on May 4, 2021. It is now read-only.
[Fix] Column width not responding to colspan#26
Open
JeremieConstant wants to merge 1 commit intoTYPO3-extensions:masterfrom
JeremieConstant:patch-1
Open
[Fix] Column width not responding to colspan#26JeremieConstant wants to merge 1 commit intoTYPO3-extensions:masterfrom JeremieConstant:patch-1
JeremieConstant wants to merge 1 commit intoTYPO3-extensions:masterfrom
JeremieConstant:patch-1
Conversation
When using GridElements you couldn't get unequal length columns in the backend using colspan = 2 or higher. This fix removes the column width override so you can use backendlayouts with colspan and gridelements together.
Contributor
|
This is not to be changed, since a fixed width can not be used together with nested content columns. So width:auto must stay as is. Anyway: Colspan has nothing to with a fixed width anyway, since it just tells a cell how it has to behave corresponding to the underlying grid and to other cells. BTW: Please use the official issue tracker for reports or change requests, since this is just a mirror of the official TYPO3 git. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
When using GridElements you couldn't get unequal length columns in the backend using colspan = 2 or higher.
This fix removes the column width override so you can use backendlayouts with colspan and gridelements together.