fix scheduler inner panel border

This commit is contained in:
John Mitchell 2017-08-17 12:16:21 -04:00
parent ba1ed5b6fd
commit 3957797815

View File

@ -2,7 +2,7 @@
.SchedulerFormDetail-container {
padding: 15px;
border: 1px solid @default-border;
border: 1px solid @b7grey;
border-radius: 5px;
margin-bottom: 20px;
}