mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-22 01:34:18 +00:00
Minor fix for #2396
This commit is contained in:
parent
71b9537393
commit
e33ddac9bf
6 changed files with 11 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue