Activity stream: event labels css fix — proper paddings.
This commit is contained in:
parent
7406fb5b12
commit
451118f19a
|
@ -257,7 +257,7 @@ table.no-borders {
|
||||||
|
|
||||||
.event_label {
|
.event_label {
|
||||||
background: #FCEEC1;
|
background: #FCEEC1;
|
||||||
padding:0 2px;
|
padding: 2px 2px 0;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue