From 39588fb4dfa57234dde45ee74407cb3e996faf38 Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 26 Feb 2020 12:05:20 -0800 Subject: [PATCH] Fixes #4020 - Nav styling small screens. --- e107_themes/bootstrap3/admin_style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/e107_themes/bootstrap3/admin_style.css b/e107_themes/bootstrap3/admin_style.css index b2503b73a..fa7b64cb7 100644 --- a/e107_themes/bootstrap3/admin_style.css +++ b/e107_themes/bootstrap3/admin_style.css @@ -4,6 +4,7 @@ body#admin-admin .popover { position: fixed } @media (max-width: 992px) { body { height: 100vh; overflow-y: auto!important; } + ul.nav-admin a.navbar-admin-button:after { content: attr(title) } } button, button:active { outline: 0; }