give continued events a little bit of top padding

this way, the background isn't clipped at the top
This commit is contained in:
Bruno Windels 2019-05-21 12:20:58 +02:00
parent 5d184b3f77
commit 7c03d71607

View File

@ -41,6 +41,11 @@ limitations under the License.
.mx_EventTile_continuation {
padding-top: 0px ! important;
&.mx_EventTile_isEditing {
padding-top: 5px ! important;
margin-top: -5px;
}
}
.mx_EventTile_isEditing {