forked from forgejo/forgejo
Fix button size in "attached header right" (#28770)
Before: <details>   </details> After:  
This commit is contained in:
parent
34a0684397
commit
ad0b637d46
4 changed files with 9 additions and 8 deletions
|
@ -11,7 +11,7 @@
|
|||
<input type="hidden" name="oid" value="{{.Oid}} {{.Size}}">
|
||||
{{end}}
|
||||
{{end}}
|
||||
<button class="ui primary button">{{ctx.Locale.Tr "repo.settings.lfs_pointers.associateAccessible" $.NumAssociatable}}</button>
|
||||
<button class="ui primary tiny button">{{ctx.Locale.Tr "repo.settings.lfs_pointers.associateAccessible" $.NumAssociatable}}</button>
|
||||
</form>
|
||||
</div>
|
||||
{{end}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue