Browse Source

Fix broken auth page layout for some translations

Denis K 9 years ago
parent
commit
454d3685be
2 changed files with 2 additions and 0 deletions
  1. 1 0
      CHANGELOG.rst
  2. 1 0
      jet/static/jet/css/_login.scss

+ 1 - 0
CHANGELOG.rst

@@ -4,6 +4,7 @@ Changelog
 0.1.1
 -----
 * [Fix] Issue-10: Fixed ability to display multiple admin form fields on the same line (thanks to blueicefield for the report)
+* [Fix] Fixed broken auth page layout for some translations
 
 
 0.1.0

+ 1 - 0
jet/static/jet/css/_login.scss

@@ -58,6 +58,7 @@
 .login-form {
   .form-row {
     padding: 6px 0;
+    clear: both;
 
     label {
       display: block;