mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-20 11:54:15 +08:00
Hide command line instructions when merge form is visible (#13956)
* Hide commandline instructions when merge form is visible * As per @silverwind Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:

committed by
GitHub

parent
c3fc190372
commit
27d0a5554f
@ -593,6 +593,10 @@
|
||||
}
|
||||
|
||||
&.view.issue {
|
||||
.instruct-toggle {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.title {
|
||||
padding-bottom: 0 !important;
|
||||
|
||||
|
Reference in New Issue
Block a user