diff options
| author | 2014-03-02 23:38:17 +0100 | |
|---|---|---|
| committer | 2014-03-02 23:38:17 +0100 | |
| commit | ad7feeb258eafc6d5571906fbb9e30c80dd07472 (patch) | |
| tree | d69cf3ece622f9436b58b44d9391769dfadb94b7 | |
| parent | 46bc5ecd2a7dc6fefd18f5210410b9e69b519692 (diff) | |
Fix titles:hover on mobile
See https://github.com/marienfressinaud/FreshRSS/issues/385 and
https://github.com/marienfressinaud/FreshRSS/issues/320
| -rw-r--r-- | p/themes/template/template.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/p/themes/template/template.css b/p/themes/template/template.css index 7b2401a18..eb474016e 100644 --- a/p/themes/template/template.css +++ b/p/themes/template/template.css @@ -605,6 +605,7 @@ a.btn { .flux:not(.current):hover .item.title { position: relative; width: auto; + white-space: nowrap; } #notification, |
