Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6926da1

Browse files
committedSep 6, 2017
Fix excessively large notification blank state message
1 parent 38eb4eb commit 6926da1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎app/styles/_notifications.less

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// -----------------------------------------------
44

55
notification-drawer-wrapper {
6+
.blank-state-pf-title {
7+
font-size: 14px;
8+
}
69
.drawer-pf {
710
height: calc(100vh ~"-" (@navbar-os-header-height-mobile + @project-bar-height-mobile));
811
opacity: 1;

0 commit comments

Comments
 (0)
Please sign in to comment.