diff options
author | Mario <mario@mariovavti.com> | 2024-06-26 10:27:13 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-06-26 10:27:13 +0000 |
commit | a50b3181ad76f682fcb4ff60c4cc5ae2083f9c28 (patch) | |
tree | dccfb47b474b856c3fe1183603fee0311c7cf19e /view/tpl/admin_channels.tpl | |
parent | de992452ee3f6392fa7eb8d3dbac0c1dd2e32b00 (diff) | |
download | volse-hubzilla-a50b3181ad76f682fcb4ff60c4cc5ae2083f9c28.tar.gz volse-hubzilla-a50b3181ad76f682fcb4ff60c4cc5ae2083f9c28.tar.bz2 volse-hubzilla-a50b3181ad76f682fcb4ff60c4cc5ae2083f9c28.zip |
make sure we get a scrollbar if everything else breaks and remove some unused css
Diffstat (limited to 'view/tpl/admin_channels.tpl')
-rw-r--r-- | view/tpl/admin_channels.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/admin_channels.tpl b/view/tpl/admin_channels.tpl index 75db77593..19b3c292f 100644 --- a/view/tpl/admin_channels.tpl +++ b/view/tpl/admin_channels.tpl @@ -10,7 +10,7 @@ return false; } </script> -<div class = "generic-content-wrapper-styled" id='adminpage'> +<div class="generic-content-wrapper-styled table-responsive" id='adminpage'> <h1>{{$title}} - {{$page}}</h1> <form action="{{$baseurl}}/admin/channels" method="post"> |