Merge "Fix line height/size of notifications"

This commit is contained in:
jenkins-bot 2014-08-19 18:55:10 +00:00 committed by Gerrit Code Review
commit 8d5421c9cb

View file

@ -1,13 +1,12 @@
.mw-echo-title {
font-size: 13px;
line-height: 14px;
font-weight: normal;
font-size: 1em;
line-height: 1.4em;
}
.mw-echo-content {
font-size: 13px;
line-height: 16px;
overflow: hidden;
}
.mw-echo-payload {
margin-top: 0.3em;
}