mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-29 00:00:33 -04:00
remove right padding from topic list titles
This commit is contained in:
parent
ad4994ff0b
commit
3a571997a0
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
.main-link {
|
||||
font-size: 16px;
|
||||
a.title {
|
||||
padding: 15px 10px 15px 0;
|
||||
padding: 15px 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue