give continued events a little bit of top padding
this way, the background isn't clipped at the top
This commit is contained in:
parent
5d184b3f77
commit
7c03d71607
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue