mirror of
https://gitee.com/gitea/gitea
synced 2026-01-06 15:45:47 +08:00
Minor fix for #2396
This commit is contained in:
@@ -1490,6 +1490,9 @@ footer .container .links > *:first-child {
|
||||
border-radius: 3px;
|
||||
box-shadow: inset 0 -1px 0 #bbb;
|
||||
}
|
||||
.markdown input[type="checkbox"] {
|
||||
vertical-align: middle !important;
|
||||
}
|
||||
.markdown .csv-data td,
|
||||
.markdown .csv-data th {
|
||||
padding: 5px;
|
||||
|
||||
@@ -458,6 +458,10 @@
|
||||
box-shadow:inset 0 -1px 0 #bbb;
|
||||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
vertical-align: middle !important;
|
||||
}
|
||||
|
||||
.csv-data td,
|
||||
.csv-data th {
|
||||
padding:5px;
|
||||
|
||||
Reference in New Issue
Block a user