Skip to content

Commit

Permalink
Align empty message in Source Tab (firefox-devtools#4337)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepgangwar authored and Johnny Khalil committed Oct 13, 2017
1 parent c7b3989 commit 8e17742
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/PrimaryPanes/Sources.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
}

.no-sources-message {
width: 100%;
font-style: italic;
text-align: center;
padding: 0.5em;
font-size: 12px;
color: var(--theme-comment-alt);
font-weight: lighter;
padding-top: 5px;
flex-grow: 1;
display: flex;
user-select: none;
justify-content: center;
align-items: center;
}
Expand Down

0 comments on commit 8e17742

Please sign in to comment.