Skip to content

Commit

Permalink
inline styles to help the layout to be more dense
Browse files Browse the repository at this point in the history
  • Loading branch information
ftrotter committed Apr 25, 2021
1 parent 38b4a05 commit 321a500
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions views/zermelo/layouts/tabular_layout.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,23 @@
<link rel="stylesheet" type="text/css" href='{{ asset("vendor/CareSet/zermelo/core/css/caresetreportengine.report.css") }}' />
<link rel="stylesheet" type="text/css" href='{{ asset("vendor/CareSet/zermelo/zermelobladetabular/datatables/datatables.min.css") }}' />
<meta name="csrf-token" content="{{ csrf_token() }}">


<!-- inline styles foce the headings on the table to be more dense for smaller columns -->
<style type="text/css">
.yadcf-filter {
width: 60px !important;
max-width: 60px !important;
}
.yadcf-filter-wrapper {
display: block !important;
}
</style>


</head>
<body>

Expand Down

0 comments on commit 321a500

Please sign in to comment.