unify rename and show full post on reports Fix XSS issue Unification Style Fix pronto closes #7180
12 lines
144 B
SCSS
12 lines
144 B
SCSS
#reports {
|
|
.reason-label {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.content {
|
|
padding-bottom: 20px;
|
|
}
|
|
form input {
|
|
margin-right: 5px;
|
|
}
|
|
}
|