diff --git a/application/views/simplefle/index.php b/application/views/simplefle/index.php index 36913558..c846fee3 100644 --- a/application/views/simplefle/index.php +++ b/application/views/simplefle/index.php @@ -120,7 +120,7 @@
- +
diff --git a/assets/css/general.css b/assets/css/general.css index 52a620b1..edd29f81 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -576,20 +576,19 @@ div#station_logbooks_linked_table_paginate { height: 470px; } -.sfletable table { +.sfletable.table { width: 100%; } -.sfletable table thead, -.sfletable table tbody tr { +.sfletable.table thead, .sfletable.table tbody tr { display: block; width: 100%; table-layout: fixed; display: inline-table; } -.sfletable table tbody { - width: 100%; +.sfletable.table tbody { + width: 95%; overflow-y: scroll; max-height: 440px; position: absolute;