Add R script adapter

This commit is contained in:
Sebastian Serth
2020-01-13 15:10:00 +01:00
parent 9e690554dc
commit 4f8fedf1bb
3 changed files with 45 additions and 1 deletions

View File

@@ -152,6 +152,11 @@ button i.fa-spin {
margin-left: auto;
}
.error_messages_list {
list-style-type: disc;
padding-inline-start: 1.25rem;
}
.enforce-top-margin {
margin-top: 5px !important;
}