fix alignment of info event tiles

pull/4132/head
Hubert Chathi 2017-06-01 12:09:36 -04:00
parent 4f1fad2739
commit 9f597e9d3c
1 changed files with 4 additions and 0 deletions

View File

@ -366,6 +366,10 @@ limitations under the License.
padding-top: 4px;
}
.mx_EventTile.mx_EventTile_info {
padding-top: 0px;
}
.mx_EventTile .mx_SenderProfile {
font-size: 13px;
}