conflict resolved

This commit is contained in:
prateek srivastava 2022-03-04 19:53:40 +05:30
commit bd2ea25388
3 changed files with 6 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -3,6 +3,9 @@
.form-container {
text-align: right !important;
.table {
overflow-y: auto;
}
}
.navbar-top {

View File

@ -36,7 +36,7 @@
@push('scripts')
<script type="text/x-template" id="downloadable-link-list-template">
<div class="table" style="overflow-x: unset;">
<div class="table" style="overflow-x: auto;">
<table style="margin-bottom: 20px;">
<thead>
<tr>
@ -175,7 +175,7 @@
</script>
<script type="text/x-template" id="downloadable-sample-list-template">
<div class="table" style="overflow-x: unset;">
<div class="table" style="overflow-x: auto;">
<table style="margin-bottom: 20px;">
<thead>
<tr>