diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-08-25 22:05:37 +0200 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-08-25 22:05:37 +0200 |
commit | c9e5d242cbba5e3b9d3ddc4465a9a1367e44cd16 (patch) | |
tree | 0bae6fa02cce6d07d062e9f36c4eb3defbc4a7f9 /templates | |
parent | 752ee7db471f3d5368f30a5841d5286465a8d5ab (diff) | |
download | lens-c9e5d242cbba5e3b9d3ddc4465a9a1367e44cd16.tar.gz lens-c9e5d242cbba5e3b9d3ddc4465a9a1367e44cd16.tar.bz2 lens-c9e5d242cbba5e3b9d3ddc4465a9a1367e44cd16.zip |
fix: Adjust some of the layout error
Diffstat (limited to 'templates')
-rw-r--r-- | templates/login.qtpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/login.qtpl b/templates/login.qtpl index d0490f9..56394d0 100644 --- a/templates/login.qtpl +++ b/templates/login.qtpl @@ -19,9 +19,6 @@ type LoginPage struct {} </div> </div> <div class="field"> - <a href="#" class="is-pulled-left">forgot password?</a> - </div> - <div class="field"> <input class="button is-pulled-right" value="login" type="submit"> </div> </form> |