Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Refactor usage and limits #295

Merged
merged 2 commits into from
Feb 8, 2017
Merged

Conversation

msecret
Copy link

@msecret msecret commented Feb 6, 2017

By removing panel code and making the stat component much more
specific. Rather then making the stat component able to adapt
to many different sizes, it sets all the sizes of things. This
makes it much easier to build and I'm not sure the adaptability
will be required for this component anyway.

By removing panel code and making the stat component much more
specific. Rather then making the stat component able to adapt
to many different sizes, it sets all the sizes of things. This
makes it much easier to build and I'm not sure the adaptability
will be required for this component anyway.
By insuring the logo has enough room and the error takes up the
rest of the space.

.error-inline {
width: auto;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

I feel like this is the common case, we want .error-inline to be width: auto in most places. I think the one exception is in form elements, but I'm not sure. Can we un-nest this rule?

@adborden adborden merged commit 0075a6f into master Feb 8, 2017
@msecret msecret deleted the ms-panel_refactor_usage_limits branch February 22, 2017 00:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants