Fix username color on mobile screens

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-12-03 23:22:40 -04:00
parent 196e2b5871
commit 3db4ad4fd0
5 changed files with 14 additions and 2 deletions
+1
View File
@@ -866,6 +866,7 @@ class Text(Link):
Menu text. Renders to a plain <li> tag
"""
def __init__(self, *args, **kwargs):
self.html_extra_classes = kwargs.get('html_extra_classes')
self.icon = None
self.text = kwargs.get('text')
self.view = None