mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
UX: Don't shrink avatar/number box (#17985)
Fixes an issue where longer sidebar item text would squeeze the prefix element
This commit is contained in:
parent
1e58bed4d2
commit
6c46f4af71
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-section-link-prefix {
|
.sidebar-section-link-prefix {
|
||||||
|
flex-shrink: 0;
|
||||||
|
|
||||||
&.image {
|
&.image {
|
||||||
img {
|
img {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue