diff --git a/common/templates/base.html b/common/templates/base.html
index 1c1c9a4fe8b7fa87056b28cd579537a61ac4ae36..451fff4ddcff30e5876295313d473312b535a944 100644
--- a/common/templates/base.html
+++ b/common/templates/base.html
@@ -38,7 +38,7 @@
     {% vite_asset 'src/main.js' %}
 </head>
 
-<body style="min-width: 1400px">
+<body style="min-width: 1500px">
 {% block modals %}{% endblock %}
 
 <div class="container-fluid h-100 d-flex flex-column p-0">
diff --git a/meanings/management/commands/import_plWordnet.py b/meanings/management/commands/import_plWordnet.py
index 9449a4790fbb35621563154f5826522767392b0b..68a84cfd196343eb7b278fa32c0dbd218625f345 100644
--- a/meanings/management/commands/import_plWordnet.py
+++ b/meanings/management/commands/import_plWordnet.py
@@ -92,7 +92,8 @@ class Command(BaseCommand):
 
     def handle(self, **options):
         import_plWordnet()
-        
+
+
 def import_plWordnet():
     wordnet_dir = os.path.join(BASE_DIR, 'data', 'plwordnet')
     zipped_xml_file = os.path.join(wordnet_dir, 'plwordnet_2_1.xml.zip')