mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-01 09:39:51 -04:00
UX: Make category links heading take the entire width.
This commit is contained in:
parent
7ce77a151c
commit
5c93188bc9
1 changed files with 4 additions and 1 deletions
|
@ -238,7 +238,10 @@
|
|||
&#site-map-dropdown {
|
||||
.heading {
|
||||
padding: 5px 5px 5px 0;
|
||||
a {padding: 0 5px;}
|
||||
a {
|
||||
display: block;
|
||||
padding: 0 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue