mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 15:46:08 +10:00
Merge branch '15213-dialog-input' into 'master'
Add margin to top of form actions Closes #15213 Also fixes other modal inputs (like add new directory, etc)  See merge request !3841
This commit is contained in:
committed by
Yorick Peterse
parent
523f7abef9
commit
e1c99358dc
@@ -59,8 +59,10 @@
|
||||
position: relative;
|
||||
overflow-y: auto;
|
||||
padding: 15px;
|
||||
|
||||
.form-actions {
|
||||
margin: -$gl-padding+1;
|
||||
margin-top: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user