-
Notifications
You must be signed in to change notification settings - Fork 55
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
Alignment of Grid images on the bottom row of a grid #188
Comments
Dear @KenFarr, I'm currently using 'space-between', please see https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-justify-content - so technically there is only one row for a group of grid boxes, either with no or one or more section breaks. This is to allow the wrapping to work. Clearly if I use 'flex-start' or 'flex-end' then this will lead to space either to the right or the left, or at least an imbalance on one side. Would 'center' or 'space-around' in theory look better for you? Kind regards, Gareth |
@KenFarr Are you happy that this is complete please? |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Versions you are currently using (please complete the following information):
** Funding **
All new features / improvements need to be financially funded. There might be a few exceptions where I decide that I'll learn something new or want to add the functionality, but this will be on a case by case basis.
Hi Gareth
As per email, I would like to request a feature that allows the user in each Moodle course using grid format to decide how grid format behaves if the bottom row is not not full. This has become more important as we use the Section breaks system so have the same issue after each section break. picture attached to show what I mean. On row three and row five of this grid I would like the option of images floating left.
thanks
Ken
The text was updated successfully, but these errors were encountered: