fix: add gap between branch dropdown and PR button
The saga continues. The motivation for adding a bigger gap is making the gap consistent with the "Watch"/"Fork"/"Star" buttons on the top right.
This commit is contained in:
parent
0924e6626d
commit
18cad9d342
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
<div class="js-branch-tag-selector {{if .ContainerClasses}}{{.ContainerClasses}}{{end}}">
|
||||
{{/* show dummy elements before Vue componment is mounted, this code must match the code in BranchTagSelector.vue */}}
|
||||
<div class="ui dropdown custom">
|
||||
<button class="branch-dropdown-button gt-ellipsis ui basic small compact button tw-flex tw-m-0">
|
||||
<button class="branch-dropdown-button gt-ellipsis ui basic small compact button tw-flex tw-m-2">
|
||||
<span class="text tw-flex tw-items-center tw-mr-1 gt-ellipsis">
|
||||
{{if .release}}
|
||||
{{ctx.Locale.Tr "repo.release.compare"}}
|
||||
|
|
Loading…
Add table
Reference in a new issue