mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
tighten spacing on flags page
This commit is contained in:
parent
506162b719
commit
63d71fde80
1 changed files with 3 additions and 3 deletions
|
@ -503,11 +503,11 @@ section.details {
|
|||
th { text-align: left; }
|
||||
.user {
|
||||
width: 20px;
|
||||
padding-top: 8px;
|
||||
padding: 8px 0 0 0;
|
||||
}
|
||||
.excerpt {
|
||||
max-width: 800px;
|
||||
width: 800px;
|
||||
max-width: 700px;
|
||||
width: 700px;
|
||||
padding: 8px;
|
||||
word-wrap: break-word;
|
||||
.fa { display: inline-block; }
|
||||
|
|
Loading…
Reference in a new issue