1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-01 17:38:33 +00:00

Minor fix for #2660

This commit is contained in:
Unknwon 2016-02-24 23:59:17 -05:00
parent 5418c2c5e4
commit baaf6046a1
11 changed files with 952 additions and 712 deletions

View file

@ -44,7 +44,7 @@
padding: 20px;
margin: 0;
dd{
dd {
margin-left: 240px;
}
dt {
@ -57,4 +57,10 @@
white-space: nowrap;
}
}
&.config {
#test-mail-btn {
margin-left: 5px;
}
}
}