1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

Extended horizontal overflow to feed and category views.

This commit is contained in:
Dave Z 2018-06-06 18:18:41 +00:00 committed by Frédéric Guillot
parent 11d880087d
commit 084642eb0a
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View file

@ -528,7 +528,7 @@ a.button {
content: ""; content: "";
} }
.hide-read-items { .items {
overflow-x: hidden; overflow-x: hidden;
} }