Fix line height/size of notifications

Previously too cramped and not in relative font.

Change-Id: Idfc2d24a4896883630aee7c105cf67c8a8005a57
This commit is contained in:
jdlrobson 2014-08-15 13:58:55 -07:00
parent 124cbbd036
commit dc45eb246f

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;
}