Revert _EventTile.scss padding.

pull/3961/head
Kieran Gould 2017-05-19 21:14:01 +01:00
parent 9e37fa46b1
commit 1ebe819aa2
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ limitations under the License.
*/
.mx_EventTile_selected .mx_EventTile_line {
border-left: $accent-color 5px solid;
padding-left: 100px;
padding-left: 60px;
background-color: $event-selected-color;
}