diff options
| author | 2016-07-30 12:19:02 +0200 | |
|---|---|---|
| committer | 2016-07-30 12:19:02 +0200 | |
| commit | 090c647cd54e4cde051b12ece24d79af1d222fde (patch) | |
| tree | ad376fc9e5a068a872f59bcfea46500ab88d0289 /app | |
| parent | a78b3f5e7f19a1f1320fcb12f7c8b450f9a9dba4 (diff) | |
Fix logs style scroll bug
https://github.com/FreshRSS/FreshRSS/issues/1178
There was a conflict on the ".logs" class name
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/index/logs.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index/logs.phtml b/app/views/index/logs.phtml index 02256bd98..0938491c3 100644 --- a/app/views/index/logs.phtml +++ b/app/views/index/logs.phtml @@ -10,7 +10,7 @@ <?php $items = $this->logsPaginator->items(); ?> <?php if (!empty($items)) { ?> - <div class="logs"> + <div class="loglist"> <?php $this->logsPaginator->render('logs_pagination.phtml', 'page'); ?> <?php foreach ($items as $log) { ?> |
