mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 20:54:31 +08:00
UX: Make category links heading take the entire width.
This commit is contained in:
parent
7ce77a151c
commit
5c93188bc9
|
@ -238,7 +238,10 @@
|
|||
&#site-map-dropdown {
|
||||
.heading {
|
||||
padding: 5px 5px 5px 0;
|
||||
a {padding: 0 5px;}
|
||||
a {
|
||||
display: block;
|
||||
padding: 0 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user