mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Fix line height/size of notifications
Previously too cramped and not in relative font. Change-Id: Idfc2d24a4896883630aee7c105cf67c8a8005a57
This commit is contained in:
parent
124cbbd036
commit
dc45eb246f
|
@ -1,13 +1,12 @@
|
||||||
.mw-echo-title {
|
.mw-echo-title {
|
||||||
font-size: 13px;
|
font-size: 1em;
|
||||||
line-height: 14px;
|
line-height: 1.4em;
|
||||||
font-weight: normal;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mw-echo-content {
|
.mw-echo-content {
|
||||||
font-size: 13px;
|
|
||||||
line-height: 16px;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mw-echo-payload {
|
.mw-echo-payload {
|
||||||
margin-top: 0.3em;
|
margin-top: 0.3em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue