Minor markup/style improvement.

This commit is contained in:
Rasmus Kaj 2021-07-04 19:02:37 +02:00
parent 831183dc3a
commit 72e6942ea2
2 changed files with 1 additions and 2 deletions

View File

@ -341,7 +341,6 @@ div.admbuttons {
button {
flex: min-content .1 1;
margin: .1em;
padding: 0;
}
}

View File

@ -13,7 +13,7 @@
<p><span>@if let Some(ref next) = next {
<input type="hidden" name="next" value="@next">
}</span>
<input type="submit" value="Log in">
<button>Log in</button>
</p>
</form>
})