mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 16:04:35 +00:00
Merge "Fix line height/size of notifications"
This commit is contained in:
commit
8d5421c9cb
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue