mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
fix #1990
This commit is contained in:
2941
public/css/gogs.css
2941
public/css/gogs.css
File diff suppressed because one or more lines are too long
@@ -10,8 +10,8 @@
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
th, td {
|
||||
&:first-child {
|
||||
padding-left: 15px;
|
||||
&:first-of-type {
|
||||
padding-left: 15px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -26,17 +26,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.admin-desc {
|
||||
padding: 20px;
|
||||
}
|
||||
.admin-table{
|
||||
.table{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
dl.admin-dl-horizontal {
|
||||
padding: 20px;
|
||||
margin: 0;
|
||||
dl.admin-dl-horizontal {
|
||||
padding: 20px;
|
||||
margin: 0;
|
||||
|
||||
dd{
|
||||
margin-left: 240px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user