Skip to content
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

Fix excessively large notification blank state message #2023

Conversation

benjaminapetersen
Copy link
Contributor

@benjaminapetersen benjaminapetersen commented Sep 6, 2017

Following @sg00dwin's update, we prob need to patch the blank state as well to reduce the crazy font size:

fix #2022

screen shot 2017-09-06 at 3 50 31 pm

A corrective fix will come upstream in angular-patternfly angular-patternfly in the future.

@spadgett @jeff-phillips-18 @sg00dwin

@@ -3,6 +3,9 @@
// -----------------------------------------------

notification-drawer-wrapper {
.blank-state-pf-title {
font-size: 14px;
Copy link
Member

Choose a reason for hiding this comment

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

Better to make this relative to the font-size-base variable

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated to use:

// app/styles/_variables.less:
@font-size-h4: ceil(@font-size-base * 1.047); // ~14px

works?

@benjaminapetersen benjaminapetersen force-pushed the bpeterse/notification-blank-state-message branch from 6926da1 to ef36cf8 Compare September 6, 2017 21:05
@spadgett
Copy link
Member

spadgett commented Sep 6, 2017

[merge][severity: bug]

@openshift-bot
Copy link

Evaluated for origin web console merge up to ef36cf8

@openshift-bot
Copy link

[Test]ing while waiting on the merge queue

@openshift-bot
Copy link

Evaluated for origin web console test up to ef36cf8

@openshift-bot
Copy link

Origin Web Console Test Results: FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_web_console/142/) (Base Commit: e724d33) (PR Branch Commit: ef36cf8)

@openshift-bot
Copy link

openshift-bot commented Sep 7, 2017

Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin_web_console/135/) (Base Commit: 8a15031) (PR Branch Commit: ef36cf8) (Extended Tests: bug)

@openshift-bot openshift-bot merged commit 07840bc into openshift:master Sep 7, 2017
@benjaminapetersen benjaminapetersen deleted the bpeterse/notification-blank-state-message branch September 7, 2017 02:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Empty state notification message too large
5 participants