Fix button style

This commit is contained in:
cuom1999 2022-09-02 00:32:28 -05:00
parent cc6c692cc5
commit e832391621
2 changed files with 3 additions and 3 deletions

View file

@ -45,7 +45,7 @@
line-height: 1.25;
margin: 0;
min-height: 3rem;
padding: calc(.875rem - 1px) calc(1rem - 1px);
padding: calc(.875rem - 1px) calc(1.5rem - 1px);
position: relative;
text-decoration: none;
transition: all 250ms;
@ -64,7 +64,7 @@
&.small {
min-height: auto;
padding: calc(.5rem - 1px) calc(0.1rem - 1px);
padding: calc(.5rem - 1px) calc(1rem - 1px);
}
&.btn-gray {

View file

@ -109,7 +109,7 @@
<br>
<div>
<form action="{{ url('all_user_submissions', user.user.username) }}">
<input type="submit" value="{{ _('View submissions') }}" class="small" style="width:135px">
<input type="submit" value="{{ _('View submissions') }}" class="small" style="width:135px; padding-left: 1px; padding-right: 1px">
</form>
</div>
{% if request.user.is_authenticated %}