give continued events a little bit of top padding
this way, the background isn't clipped at the toppull/21833/head
parent
5d184b3f77
commit
7c03d71607
|
@ -41,6 +41,11 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_EventTile_continuation {
|
.mx_EventTile_continuation {
|
||||||
padding-top: 0px ! important;
|
padding-top: 0px ! important;
|
||||||
|
|
||||||
|
&.mx_EventTile_isEditing {
|
||||||
|
padding-top: 5px ! important;
|
||||||
|
margin-top: -5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_isEditing {
|
.mx_EventTile_isEditing {
|
||||||
|
|
Loading…
Reference in New Issue