summaryrefslogtreecommitdiff
path: root/app/Datatables.php
diff options
context:
space:
mode:
authormakitso <makitso@gmail.com>2017-10-12 08:54:45 -0700
committermakitso <makitso@gmail.com>2017-10-12 08:54:45 -0700
commit6a2ec9e17c5eeffcbb9ba933e9b8c4bef2ecad05 (patch)
tree329035785337d82bf02ec29a4cb31cdc09b72499 /app/Datatables.php
parentb361d643b86dc385720bb92e041eb4ed24fc45ad (diff)
downloadwebtrees-6a2ec9e17c5eeffcbb9ba933e9b8c4bef2ecad05.tar.gz
webtrees-6a2ec9e17c5eeffcbb9ba933e9b8c4bef2ecad05.tar.bz2
webtrees-6a2ec9e17c5eeffcbb9ba933e9b8c4bef2ecad05.zip
Fix #1390 - Blocks outside of border - reimplement change
Diffstat (limited to 'app/Datatables.php')
-rwxr-xr-x[-rw-r--r--]app/Datatables.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Datatables.php b/app/Datatables.php
index 9d0b19e5b2..13e0d687ec 100644..100755
--- a/app/Datatables.php
+++ b/app/Datatables.php
@@ -92,7 +92,7 @@ class Datatables {
*/
public static function givenNameTableAttributes() {
return Html::attributes([
- 'class' => 'table table-bordered table-sm table-responsive datatables table-given-name',
+ 'class' => 'table table-bordered table-sm datatables table-given-name',
//'data-columns' => '[{ type: "text" }, { type: "num" }]',
'data-columns' => '[null, null]',
'data-info' => 'false',