conflict resolved
This commit is contained in:
commit
2cc1bef92f
File diff suppressed because one or more lines are too long
|
|
@ -154,7 +154,7 @@ $toggleColor: #3c41ff;
|
|||
min-width: 300px;
|
||||
max-width: 25vw;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
height: 100%;
|
||||
z-index: 1;
|
||||
padding-bottom: 10px;
|
||||
transition: transform 0.3s ease;
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@
|
|||
|
||||
.form-container {
|
||||
text-align: right !important;
|
||||
.table {
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-top {
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue