Fix ondemand embed widget width and padding (#4322)

This commit is contained in:
Vaalyn 2021-06-21 02:06:05 +02:00 committed by GitHub
parent 0899505caa
commit fc44a4ea91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -49,6 +49,13 @@
</template>
<style lang="scss">
.ondemand.embed {
.container {
max-width: 100%;
padding: 0 !important;
}
}
#station_on_demand_table {
.datatable-main {
overflow-y: auto;