Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

fxLayoutAlign="space-between" ...Help? #97

@Kizmar

Description

@Kizmar

I can't get "space-between" to work with my limited understanding of this framework. Can you provide an example of a column with two rows in it that have space between them (without setting a height)?

I ended up having to do something like this to get what I wanted:

<div fxLayout="column">
	<div fxLayout="row">
		<div fxFlex>
			<md-card>Test</md-card>
		</div>
	</div>
	<div fxFlex="20px"></div>
	<div fxLayout="row">
		<div fxFlex>
			<md-card>Test</md-card>
		</div>
		<div fxFlex="20px"></div>
		<div fxFlex>
			<md-card>Test</md-card>
		</div>
	</div>
	<div fxFlex="20px"></div>
</div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions