Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Fixes dropdowns #243

Merged
merged 6 commits into from Feb 23, 2017
Merged

Fixes dropdowns #243

merged 6 commits into from Feb 23, 2017

Conversation

inikolova
Copy link
Contributor

No description provided.

@@ -71,7 +71,17 @@
}
.k-list {
height: auto;

> .k-item {
display: flex;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add:

flex-direction: row;
align-items: center;
align-content: center;

Copy link
Contributor Author

@inikolova inikolova Feb 23, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, I added the last two declarations (the first one is a default value)

@gyoshev gyoshev merged commit edc7db4 into master Feb 23, 2017
@gyoshev gyoshev deleted the fixes-dropdowns branch February 23, 2017 14:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants