Skip to content

Zero Template - search box is set to 100% wide #104

Open
@shoulders

Description

@shoulders

I think this is a CSS issue, It looks a bit daft 100% wide. I have check it is doing this in the quickstart package aswell.

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

Without modification

image

After I disable wdith: 100% in the rule above

image

Related to #97

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions