##// END OF EJS Templates
remove unneeded `width: 100%` firefox workaround...
remove unneeded `width: 100%` firefox workaround this is no longer needed with `display: flex`

File last commit:

r13347:54891794
r16021:b6744344
Show More
__init__.py
4 lines | 83 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from ._decorator import *